ILogging |
The ILoggingService type exposes the following members.
| 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. |