Click or drag to resize

Logger Properties

The Logger type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugEnabled
Returns true if the trace severity is configured as 'Monitorable'.
Public propertyIsErrorEnabled
Returns true if the trace severity is configured as 'Unexpected'.
Public propertyIsInfoEnabled
Returns true if the trace severity is configured as 'Medium'.
Public propertyIsTraceEnabled
Returns true if the trace severity is configured as 'Verbose'.
Public propertyIsWarnEnabled
Returns true if the trace severity is configured as 'High'.
Top
See Also