ILog Interface |
Namespace: FM.IceLink
The ILog type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDebugEnabled |
Gets if the debug log level is enabled.
| |
| IsErrorEnabled |
Gets if the error log level is enabled.
| |
| IsFatalEnabled |
Gets if the fatal log level is enabled.
| |
| IsInfoEnabled |
Gets if the info log level is enabled.
| |
| IsVerboseEnabled |
Gets if the verbose log level is enabled.
| |
| IsWarnEnabled |
Gets if the warn log level is enabled.
| |
| Tag |
Gets the tag of the logger.
|
| 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.
|