Click or drag to resize

ILoggingBehaviour Interface

Implemented on components that exposes a way to enable verbose logging on individual instances at runtime

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface ILoggingBehaviour

The ILoggingBehaviour type exposes the following members.

Properties
  NameDescription
Public propertyName
Name of this component
Public propertyVerboseLoggingEnabled
Use this property to check if verbose logging is enabled for this component.
Top
See Also