IInstanceLogger Interface |
Namespace: Ingeniux.CMS
The IInstanceLogger type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDebugEnabled |
Returns if the current logging instance has debug level enabled.
|
| Name | Description | |
|---|---|---|
| Debug |
Log a message at the Debug level
| |
| Error |
Log a message at the Error level
| |
| Info |
Log a message at the Info level
| |
| Log |
Log a message at the specified log level
| |
| Warn |
Log a message at the Warn level
|