ClassBackendConfiguration.LoggingConfiguration
Class
Definition
Namespace:Telerik.OpenAccess
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public sealed class BackendConfiguration.LoggingConfiguration
Inheritance: objectBackendConfiguration.LoggingConfiguration
Properties
Downloader
Declaration
cs-api-definition
public BackendConfiguration.DownloaderConfiguration Downloader { get; }
Property Value
EventStoreCapacity
Declaration
cs-api-definition
public int EventStoreCapacity { get; set; }
Property Value
int
LogErrorsToWindowsEventLog
Declaration
cs-api-definition
public bool LogErrorsToWindowsEventLog { get; set; }
Property Value
bool
LogEvents
Declaration
cs-api-definition
public LoggingLevel LogEvents { get; set; }
Property Value
LogEventsToSysOut
Declaration
cs-api-definition
public bool LogEventsToSysOut { get; set; }
Property Value
bool
LogEventsToTrace
Declaration
cs-api-definition
public bool LogEventsToTrace { get; set; }
Property Value
bool
MetricStoreCapacity
Declaration
cs-api-definition
public int MetricStoreCapacity { get; set; }
Property Value
int
MetricStoreSnapshotInterval
Declaration
cs-api-definition
public int MetricStoreSnapshotInterval { get; set; }
Property Value
int
StackTrace
Declaration
cs-api-definition
public bool StackTrace { get; set; }
Property Value
bool