| ISystemLogger Properties |
[This is preliminary documentation and is subject to change.]
The ISystemLogger type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Boolean | IsDebugEnabled |
Returns true if logging is enabled for Debug
| |
| Boolean | IsErrorEnabled |
Returns true if logging is enabled for Error
| |
| Boolean | IsFatalEnabled |
Returns true if logging is enabled for Fatal
| |
| Boolean | IsInfoEnabled |
Returns true if logging is enabled for Info
| |
| Boolean | IsTraceEnabled |
Returns true if logging is enabled for Trace
| |
| Boolean | IsWarnEnabled |
Returns true if logging is enabled for Warn
|