| ILoggerExtensionsError Method |
| Name | Description | |
|---|---|---|
| Error(ILogger, Exception) |
Writes a Error message for an exception.
| |
| Error(ILogger, FuncString) |
Writes a Error message, which is lazily evaluated.
| |
| Error(ILogger, String) |
Writes a Error message with optional format arguments.
| |
| Error(ILogger, Exception, FuncString) |
Writes a Error message for an exception,
which is lazily evaluated.
| |
| Error(ILogger, Exception, String) |
Writes a Error message for an exception.
| |
| Error(ILogger, String, Object) |
Writes a Error message with optional format arguments.
| |
| Error(ILogger, Exception, String, Object) |
Writes a Error message for an exception.
|