Class BackendConfiguration.LoggingConfiguration
Inheritance
System.Object
BackendConfiguration.LoggingConfiguration
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class LoggingConfiguration
Properties
Downloader
Declaration
public BackendConfiguration.DownloaderConfiguration Downloader { get; }
Property Value
DownloaderEnabled
Declaration
[Obsolete("Not necessary, enabled by Downloader.EventText, Downloader.EventBinary or Downloader.MetricBinary.")]
public bool DownloaderEnabled { get; set; }
Property Value
System.
|
EventStoreCapacity
Declaration
public int EventStoreCapacity { get; set; }
Property Value
System.
|
LogErrorsToWindowsEventLog
Declaration
public bool LogErrorsToWindowsEventLog { get; set; }
Property Value
System.
|
LogEvents
LogEventsToSysOut
Declaration
public bool LogEventsToSysOut { get; set; }
Property Value
System.
|
LogEventsToTrace
Declaration
public bool LogEventsToTrace { get; set; }
Property Value
System.
|
MaxEvents
Declaration
[Obsolete("Use Downloader.EventStoreCapacity instead.")]
public int MaxEvents { get; set; }
Property Value
System.
|
MetricStoreCapacity
Declaration
public int MetricStoreCapacity { get; set; }
Property Value
System.
|
MetricStoreSnapshotInterval
Declaration
public int MetricStoreSnapshotInterval { get; set; }
Property Value
System.
|
StackTrace
Declaration
public bool StackTrace { get; set; }
Property Value
System.
|