ILogger Interface |
Namespace: Crosser.Common.Logging
public interface ILogger
The ILogger type exposes the following members.
Name | Description | |
---|---|---|
Debug(String, Object) |
Log to the underlying logger using the debug level
| |
Debug(Exception, String, Object) |
Log to the underlying logger using the debug level
| |
Error(String, Object) |
Log to the underlying logger using the error level
| |
Error(Exception, String, Object) |
Log to the underlying logger using the error level
| |
Fatal(String, Object) |
Log to the underlying logger using the fatal level
| |
Fatal(Exception, String, Object) |
Log to the underlying logger using the fatal level
| |
GetLogEventLevel |
Returns the LogEventLevel of the ILogger | |
Information(String, Object) |
Log to the underlying logger using the information level
| |
Information(Exception, String, Object) |
Log to the underlying logger using the information level
| |
LevelEnabled |
Check if the LogEventLevel is enabled
| |
SetLogEventLevel |
Sets the loggers LogEventLevel | |
Warning(String, Object) |
Log to the underlying logger using the warning level
| |
Warning(Exception, String, Object) |
Log to the underlying logger using the warning level
| |
Verbose(String, Object) |
Log to the underlying logger using the verbose level
| |
Verbose(Exception, String, Object) |
Log to the underlying logger using the verbose level
|