Click or drag to resize

ILogger Properties

The ILogger type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugEnabled
Determines if messages of priority "debug" will be logged.
Public propertyIsErrorEnabled
Determines if messages of priority "error" will be logged.
Public propertyIsFatalEnabled
Determines if messages of priority "fatal" will be logged.
Public propertyIsInfoEnabled
Determines if messages of priority "info" will be logged.
Public propertyIsWarnEnabled
Determines if messages of priority "warn" will be logged.
Top
See Also