Click or drag to resize
BaseLogger Properties

The BaseLogger 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