Click or drag to resize

Logger Properties

The Logger type exposes the following members.

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