| ILogger Interface |
Namespace: AccidentalFish.ApplicationSupport.Core.Logging
| Name | Description | |
|---|---|---|
| DebugAsync(String) |
Log a debug message
| |
| DebugAsync(String, Exception) |
Log a debug message
| |
| Error(String) |
Log an error message
| |
| Error(String, Exception) |
Log a error message
| |
| Information(String) |
Log an informational message
| |
| Information(String, Exception) |
Log an informational message
| |
| Log(LogLevelEnum, String) |
Log a message at the specified level
| |
| Log(LogLevelEnum, String, Exception) |
Log a message at the specified level
| |
| Warning(String) |
Log a warning message
| |
| Warning(String, Exception) |
Log a warning message
|