Click or drag to resize

Logger Properties

The Logger type exposes the following members.

Properties
  NameDescription
Public propertyAppendToDayLogFile
Gets or sets a value indicating whether to append to daily log file.
Public propertyCopyToConsole
Gets or sets wether to write to the console.
Public propertyCurrentLogFile
Gets or sets the log path and file currently being used.
Public propertyIsDebug
Gets or sets a value indicating whether this instance is in debug mode.
Public propertyIsEnabled
Gets or sets a value indicating whether to write logs to a file.
Public propertyIsVerbose
Gets or sets wether the logger is in Verbose mode.
Public propertyLogErrorToEventLog
Gets or sets a value indicating whether to log errors to event log.
Public propertyLogInformationToEventLog
Gets or sets a value indicating whether log information records to event log. (Probably not a good idea)
Public propertyLogToEventLog
Gets or sets a value indicating whether to log to event log.
Public propertyLogWarningToEventLog
Gets or sets a value indicating whether log warnings to event log.
Public propertySourceNameForEventLog
Gets or sets a value indicating the source name to use for event log logging.
Top
See Also