InternalLogger Properties |
The InternalLogger type exposes the following members.
Name | Description | |
---|---|---|
IncludeTimestamp |
Gets or sets a value indicating whether timestamp should be included in internal log output.
| |
IsDebugEnabled |
Gets a value indicating whether internal log includes Debug messages.
| |
IsErrorEnabled |
Gets a value indicating whether internal log includes Error messages.
| |
IsFatalEnabled |
Gets a value indicating whether internal log includes Fatal messages.
| |
IsInfoEnabled |
Gets a value indicating whether internal log includes Info messages.
| |
IsTraceEnabled |
Gets a value indicating whether internal log includes Trace messages.
| |
IsWarnEnabled |
Gets a value indicating whether internal log includes Warn messages.
| |
LogFile |
Gets or sets the file path of the internal log file.
| |
LogLevel |
Gets or sets the minimal internal log level.
| |
LogToConsole |
Gets or sets a value indicating whether internal messages should be written to the console output stream.
| |
LogToConsoleError |
Gets or sets a value indicating whether internal messages should be written to the console error stream.
| |
LogToTrace | Obsolete.
Obsolete and replaced by LogWriter with NLog v5.3.
Gets or sets a value indicating whether internal messages should be written to the System.Diagnostics.Trace
| |
LogWriter |
Gets or sets the text writer that will receive internal logs.
|