Click or drag to resize

ILog Properties

The ILog type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugEnabled
Gets if the debug log level is enabled.
Public propertyIsErrorEnabled
Gets if the error log level is enabled.
Public propertyIsFatalEnabled
Gets if the fatal log level is enabled.
Public propertyIsInfoEnabled
Gets if the info log level is enabled.
Public propertyIsVerboseEnabled
Gets if the verbose log level is enabled.
Public propertyIsWarnEnabled
Gets if the warn log level is enabled.
Public propertyTag
Gets the tag of the logger.
Top
See Also