![]() | ILoggerWarning Method |
Name | Description | |
---|---|---|
![]() | Warning(Exception) |
Logs a throwable at
LogLevel.Warning
. The message of the Throwable will be the message.
|
![]() | Warning(String) |
Logs a message at
LogLevel.Warning
.
|
![]() | Warning(String, Exception) |
Logs message with associated throwable information at
LogLevel.Warning
.
|