NullLogger Properties |
The NullLogger type exposes the following members.
Name | Description | |
---|---|---|
Factory |
Gets the factory that created this logger.
(Inherited from Logger.) | |
IsDebugEnabled |
Gets a value indicating whether logging is enabled for the Debug level.
(Inherited from Logger.) | |
IsErrorEnabled |
Gets a value indicating whether logging is enabled for the Error level.
(Inherited from Logger.) | |
IsFatalEnabled |
Gets a value indicating whether logging is enabled for the Fatal level.
(Inherited from Logger.) | |
IsInfoEnabled |
Gets a value indicating whether logging is enabled for the Info level.
(Inherited from Logger.) | |
IsTraceEnabled |
Gets a value indicating whether logging is enabled for the Trace level.
(Inherited from Logger.) | |
IsWarnEnabled |
Gets a value indicating whether logging is enabled for the Warn level.
(Inherited from Logger.) | |
Name |
Gets the name of the logger.
(Inherited from Logger.) | |
Properties |
Collection of context properties for the Logger. The logger will append it for all log events
(Inherited from Logger.) |