Click or drag to resize

ILogger Properties

The ILogger type exposes the following members.

Properties
  NameDescription
Public propertyAppendToDayLogFile
Gets or sets a value indicating whether to append to the daily log file.
Public propertyCopyToConsole
Gets or sets a value indicating whether [copy to console].
Public propertyCurrentLogFile
Gets or sets the current log.
Public propertyIsDebug
Gets or sets a value indicating whether this instance is debug.
Public propertyIsEnabled
Gets or sets a value indicating whether this instance is enabled.
Public propertyIsVerbose
Gets or sets a value indicating whether this instance is verbose.
Public propertyLogErrorToEventLog
Gets or sets a value indicating whether to log errors to system event log.
Public propertyLogInformationToEventLog
Gets or sets a value indicating whether to log information records to system event log.
Public propertyLogToEventLog
Gets or sets a value indicating whether to log to the system event log.
Public propertyLogWarningToEventLog
Gets or sets a value indicating whether to log warnings to system event log.
Public propertySourceNameForEventLog
Gets or sets the source name for event log.
Top
See Also