Click or drag to resize
Log Properties

[This is preliminary documentation and is subject to change.]

The Log type exposes the following members.

Properties
  NameDescription
Public propertyFormatter
Gets the internal formatter instance.
Public propertyIsDebugEnabled
Gets a value indicating whether logging of debug entries is enabled.
Public propertyIsErrorEnabled
Gets a value indicating whether logging of error entries is enabled.
Public propertyIsFatalEnabled
Gets a value indicating whether logging of fatal error entries is enabled.
Public propertyIsInfoEnabled
Gets a value indicating whether logging of information entries is enabled.
Public propertyIsTraceEnabled
Gets a value indicating whether logging of trace entries is enabled.
Public propertyIsWarnEnabled
Gets a value indicating whether logging of warning entries is enabled.
Public propertyLogger
Gets the internal logger instance.
Top
See Also