ILog Methods |
The ILog type exposes the following members.
Name | Description | |
---|---|---|
Debug(String) |
Writes a debug message to the log.
| |
Debug(String, Exception) |
Writes a debug message with exception to the log.
| |
Error(String) |
Writes a error message to the log.
| |
Error(String, Exception) |
Writes a error message with exception to the log.
| |
Fatal(String) |
Writes a fatal message to the log.
| |
Fatal(String, Exception) |
Writes a fatal message with exception to the log.
| |
Flush |
Ensures that all logs are written out.
| |
Info(String) |
Writes a info message to the log.
| |
Info(String, Exception) |
Writes an info message with exception to the log.
| |
IsLogEnabled |
Returns true if the passed log level is enabled on this logger.
| |
Log |
Writes a generic message to the log.
| |
Verbose(String) |
Writes a verbose message to the log.
| |
Verbose(String, Exception) |
Writes a verbose message with exception to the log.
| |
Warn(String) |
Writes a warn message to the log.
| |
Warn(String, Exception) |
Writes a warn message with exception to the log.
|