![]() | Logger Properties |
The Logger type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppendToDayLogFile |
Gets or sets a value indicating whether to append to daily log file.
|
![]() | CopyToConsole |
Gets or sets wether to write to the console.
|
![]() | CurrentLogFile |
Gets or sets the log path and file currently being used.
|
![]() | IsDebug |
Gets or sets a value indicating whether this instance is in debug mode.
|
![]() | IsEnabled |
Gets or sets a value indicating whether to write logs to a file.
|
![]() | IsVerbose |
Gets or sets wether the logger is in Verbose mode.
|
![]() | LogErrorToEventLog |
Gets or sets a value indicating whether to log errors to event log.
|
![]() | LogInformationToEventLog |
Gets or sets a value indicating whether log information records to event log. (Probably not a good idea)
|
![]() | LogToEventLog |
Gets or sets a value indicating whether to log to event log.
|
![]() | LogWarningToEventLog |
Gets or sets a value indicating whether log warnings to event log.
|
![]() | SourceNameForEventLog |
Gets or sets a value indicating the source name to use for event log logging.
|