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