ILogger Properties |
The ILogger type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDebugEnabled |
Gets a value indicating whether logging is enabled for the Debug level.
| |
| IsErrorEnabled |
Gets a value indicating whether logging is enabled for the Error level.
| |
| IsFatalEnabled |
Gets a value indicating whether logging is enabled for the Fatal level.
| |
| IsInfoEnabled |
Gets a value indicating whether logging is enabled for the Info level.
| |
| IsTraceEnabled |
Gets a value indicating whether logging is enabled for the Trace level.
| |
| IsWarnEnabled |
Gets a value indicating whether logging is enabled for the Warn level.
|