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