ILogger Properties

TegoOS

ILogger Properties

The ILogger type exposes the following members.

Properties
  Name Description
Public property IsDebugEnabled
True if Debug is enabled; otherwise false
Public property IsErrorEnabled
True if Error is enabled; otherwise false
Public property IsFatalEnabled
True if Fatal is enabled; otherwise false
Public property IsInfoEnabled
True if Info is enabled; otherwise false
Public property IsWarnEnabled
True if Warn is enabled; otherwise false
Top
See Also