Click or drag to resize

ILog Methods

The ILog type exposes the following members.

Methods
  NameDescription
Public methodDebug(String)
Writes a debug message to the log.
Public methodDebug(String, Exception)
Writes a debug message with exception to the log.
Public methodError(String)
Writes a error message to the log.
Public methodError(String, Exception)
Writes a error message with exception to the log.
Public methodFatal(String)
Writes a fatal message to the log.
Public methodFatal(String, Exception)
Writes a fatal message with exception to the log.
Public methodFlush
Ensures that all logs are written out.
Public methodInfo(String)
Writes a info message to the log.
Public methodInfo(String, Exception)
Writes an info message with exception to the log.
Public methodIsLogEnabled
Returns true if the passed log level is enabled on this logger.
Public methodLog
Writes a generic message to the log.
Public methodVerbose(String)
Writes a verbose message to the log.
Public methodVerbose(String, Exception)
Writes a verbose message with exception to the log.
Public methodWarn(String)
Writes a warn message to the log.
Public methodWarn(String, Exception)
Writes a warn message with exception to the log.
Top
See Also