ILogging |
public interface ILoggingService
The ILoggingService type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDebugEnabled | Gets a value indicating whether debug logging is enabled. | |
| IsErrorEnabled | Gets a value indicating whether error logging is enabled. | |
| IsFatalEnabled | Gets a value indicating whether fatal logging is enabled. | |
| IsInfoEnabled | Gets a value indicating whether informational logging is enabled. | |
| IsWarnEnabled | Gets a value indicating whether warning logging is enabled. |
| Name | Description | |
|---|---|---|
| Debug | Writes a debug message. | |
| DebugFormatted | Writes a formatted debug message. | |
| Error(Object) | Writes an error message. | |
| Error(Object, Exception) | Writes an error message together with an exception. | |
| ErrorFormatted | Writes a formatted error message. | |
| Fatal(Object) | Writes a fatal message. | |
| Fatal(Object, Exception) | Writes a fatal message together with an exception. | |
| FatalFormatted | Writes a formatted fatal message. | |
| Info | Writes an informational message. | |
| InfoFormatted | Writes a formatted informational message. | |
| Warn(Object) | Writes a warning message. | |
| Warn(Object, Exception) | Writes a warning message together with an exception. | |
| WarnFormatted | Writes a formatted warning message. |