Click or drag to resize
NullLogger Properties

The NullLogger type exposes the following members.

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