The ILog type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsDebugEnabled | 
            Checks if this logger is enabled for the Debug level.
              | |
| IsErrorEnabled | 
            Checks if this logger is enabled for the Error level.
              | |
| IsFatalEnabled | 
            Checks if this logger is enabled for the Fatal level.
              | |
| IsInfoEnabled | 
            Checks if this logger is enabled for the Info level.
              | |
| IsWarnEnabled | 
            Checks if this logger is enabled for the Warn level.
              | |
| Logger | 
            Get the implementation behind this wrapper object.
              (Inherited from ILoggerWrapper.) | 
See Also