Logger Properties |
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Factory |
Gets the factory that created this logger.
| |
| 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.
| |
| Name |
Gets the name of the logger.
| |
| Properties |
Collection of context properties for the Logger. The logger will append it for all log events
|