Click or drag to resize

NullLogger Properties

The NullLogger type exposes the following members.

Properties
  NameDescription
Public propertyFactory
Gets the factory that created this logger.
(Inherited from Logger.)
Public propertyIsDebugEnabled
Gets a value indicating whether logging is enabled for the Debug level.
(Inherited from Logger.)
Public propertyIsErrorEnabled
Gets a value indicating whether logging is enabled for the Error level.
(Inherited from Logger.)
Public propertyIsFatalEnabled
Gets a value indicating whether logging is enabled for the Fatal level.
(Inherited from Logger.)
Public propertyIsInfoEnabled
Gets a value indicating whether logging is enabled for the Info level.
(Inherited from Logger.)
Public propertyIsTraceEnabled
Gets a value indicating whether logging is enabled for the Trace level.
(Inherited from Logger.)
Public propertyIsWarnEnabled
Gets a value indicating whether logging is enabled for the Warn level.
(Inherited from Logger.)
Public propertyName
Gets the name of the logger.
(Inherited from Logger.)
Public propertyProperties
Collection of context properties for the Logger. The logger will append it for all log events
(Inherited from Logger.)
Top
See Also