InternalLoggerLog Method |
| Name | Description | |
|---|---|---|
| Log(LogLevel, FuncString) |
Logs the specified message without an Exception at the specified level.
messageFunc will be only called when logging is enabled for level level.
| |
| Log(LogLevel, String) |
Logs the specified message without an Exception at the specified level.
| |
| Log(Exception, LogLevel, FuncString) |
Logs the specified message with an Exception at the specified level.
messageFunc will be only called when logging is enabled for level level.
| |
| Log(Exception, LogLevel, String) |
Logs the specified message with an Exception at the specified level.
| |
| Log(LogLevel, String, Object) |
Logs the specified message without an Exception at the specified level.
| |
| Log(Exception, LogLevel, String, Object) |
Logs the specified message with an Exception at the specified level.
|