![]() | ILogger Interface |
Namespace: Koden.Utils.Interfaces
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.
|
Name | Description | |
---|---|---|
![]() | Debug |
Debugs the specified message format.
|
![]() | Dispose |
Releases unmanaged and - optionally - managed resources.
|
![]() | EmptyLine |
Empties the line.
|
![]() | Error |
Errors the specified message format.
|
![]() | FlushLog |
Flushes the log.
|
![]() | Info |
Informations the specified message format.
|
![]() | RunningLog |
Runnings the log.
|
![]() | Separator |
Separators the specified message.
|
![]() | ToHTMLTable |
To the HTML table.
|
![]() | Verbose |
Verboses the specified message format.
|
![]() | Warning |
Warnings the specified message format.
|
![]() | WriteRetVal |
Writes the ret value.
|