Interface ILoggingSettings
Provides settings for logging and recording behavior.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.StateReceivers.dll
Syntax
public interface ILoggingSettings : INotifyPropertyChanged
Properties
IsLoggingEnabled
Gets or sets a value indicating whether logging is enabled.
Declaration
bool IsLoggingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRecordingEnabled
Gets or sets a value indicating whether recording is enabled.
Declaration
bool IsRecordingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |