ILogger Properties |
The ILogger type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendToDayLogFile |
Gets or sets a value indicating whether to append to the daily log file.
| |
| CopyToConsole |
Gets or sets a value indicating whether [copy to console].
| |
| CurrentLogFile |
Gets or sets the current log.
| |
| IsDebug |
Gets or sets a value indicating whether this instance is debug.
| |
| IsEnabled |
Gets or sets a value indicating whether this instance is enabled.
| |
| IsVerbose |
Gets or sets a value indicating whether this instance is verbose.
| |
| LogErrorToEventLog |
Gets or sets a value indicating whether to log errors to system event log.
| |
| LogInformationToEventLog |
Gets or sets a value indicating whether to log information records to system event log.
| |
| LogToEventLog |
Gets or sets a value indicating whether to log to the system event log.
| |
| LogWarningToEventLog |
Gets or sets a value indicating whether to log warnings to system event log.
| |
| SourceNameForEventLog |
Gets or sets the source name for event log.
|