ILog interface for loggers. More...
Public Member Functions | |
abstract void | debug (fm.liveswitch.LogContext context, String message) |
Writes a debug message to the log. More... | |
abstract void | debug (fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a debug message with exception to the log. More... | |
abstract void | debug (String message) |
Writes a debug message to the log. More... | |
abstract void | debug (String message, java.lang.Exception ex) |
Writes a debug message with exception to the log. More... | |
abstract void | debug (String scope, fm.liveswitch.LogContext context, String message) |
Writes a debug message to the log. More... | |
abstract void | debug (String scope, fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a debug message with exception to the log. More... | |
abstract void | debug (String scope, String message) |
Writes a debug message to the log. More... | |
abstract void | debug (String scope, String message, java.lang.Exception ex) |
Writes a debug message with exception to the log. More... | |
abstract void | error (fm.liveswitch.LogContext context, String message) |
Writes a error message to the log. More... | |
abstract void | error (fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a error message with exception to the log. More... | |
abstract void | error (String message) |
Writes a error message to the log. More... | |
abstract void | error (String message, java.lang.Exception ex) |
Writes a error message with exception to the log. More... | |
abstract void | error (String scope, fm.liveswitch.LogContext context, String message) |
Writes a error message to the log. More... | |
abstract void | error (String scope, fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a error message with exception to the log. More... | |
abstract void | error (String scope, String message) |
Writes a error message to the log. More... | |
abstract void | error (String scope, String message, java.lang.Exception ex) |
Writes a error message with exception to the log. More... | |
abstract void | fatal (fm.liveswitch.LogContext context, String message) |
Writes a fatal message to the log. More... | |
abstract void | fatal (fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a fatal message with exception to the log. More... | |
abstract void | fatal (String message) |
Writes a fatal message to the log. More... | |
abstract void | fatal (String message, java.lang.Exception ex) |
Writes a fatal message with exception to the log. More... | |
abstract void | fatal (String scope, fm.liveswitch.LogContext context, String message) |
Writes a fatal message to the log. More... | |
abstract void | fatal (String scope, fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a fatal message with exception to the log. More... | |
abstract void | fatal (String scope, String message) |
Writes a fatal message to the log. More... | |
abstract void | fatal (String scope, String message, java.lang.Exception ex) |
Writes a fatal message with exception to the log. More... | |
abstract void | flush () |
Ensures that all logs are written out. More... | |
abstract boolean | getIsDebugEnabled () |
Gets if the debug log level is enabled. More... | |
abstract boolean | getIsErrorEnabled () |
Gets if the error log level is enabled. More... | |
abstract boolean | getIsFatalEnabled () |
Gets if the fatal log level is enabled. More... | |
abstract boolean | getIsInfoEnabled () |
Gets if the info log level is enabled. More... | |
abstract boolean | getIsVerboseEnabled () |
Gets if the verbose log level is enabled. More... | |
abstract boolean | getIsWarnEnabled () |
Gets if the warn log level is enabled. More... | |
abstract String | getTag () |
Gets the tag of the logger. More... | |
abstract void | info (fm.liveswitch.LogContext context, String message) |
Writes a info message to the log. More... | |
abstract void | info (fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes an info message with exception to the log. More... | |
abstract void | info (String message) |
Writes a info message to the log. More... | |
abstract void | info (String message, java.lang.Exception ex) |
Writes an info message with exception to the log. More... | |
abstract void | info (String scope, fm.liveswitch.LogContext context, String message) |
Writes a info message to the log. More... | |
abstract void | info (String scope, fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes an info message with exception to the log. More... | |
abstract void | info (String scope, String message) |
Writes a info message to the log. More... | |
abstract void | info (String scope, String message, java.lang.Exception ex) |
Writes an info message with exception to the log. More... | |
abstract boolean | isLogEnabled (fm.liveswitch.LogLevel level) |
Returns true if the passed log level is enabled on this logger. More... | |
abstract void | log (fm.liveswitch.LogContext context, String message) |
Writes a generic message to the log. More... | |
abstract void | log (fm.liveswitch.LogEvent logEvent) |
Writes a log event to the log. More... | |
abstract void | log (String message) |
Writes a generic message to the log. More... | |
abstract void | log (String scope, fm.liveswitch.LogContext context, String message) |
Writes a generic message to the log. More... | |
abstract void | log (String scope, String message) |
Writes a generic message to the log. More... | |
abstract void | verbose (fm.liveswitch.LogContext context, String message) |
Writes a verbose message to the log. More... | |
abstract void | verbose (fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a verbose message with exception to the log. More... | |
abstract void | verbose (String message) |
Writes a verbose message to the log. More... | |
abstract void | verbose (String message, java.lang.Exception ex) |
Writes a verbose message with exception to the log. More... | |
abstract void | verbose (String scope, fm.liveswitch.LogContext context, String message) |
Writes a verbose message to the log. More... | |
abstract void | verbose (String scope, fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a verbose message with exception to the log. More... | |
abstract void | verbose (String scope, String message) |
Writes a verbose message to the log. More... | |
abstract void | verbose (String scope, String message, java.lang.Exception ex) |
Writes a verbose message with exception to the log. More... | |
abstract void | warn (fm.liveswitch.LogContext context, String message) |
Writes a warn message to the log. More... | |
abstract void | warn (fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a warn message with exception to the log. More... | |
abstract void | warn (String message) |
Writes a warn message to the log. More... | |
abstract void | warn (String message, java.lang.Exception ex) |
Writes a warn message with exception to the log. More... | |
abstract void | warn (String scope, fm.liveswitch.LogContext context, String message) |
Writes a warn message to the log. More... | |
abstract void | warn (String scope, fm.liveswitch.LogContext context, String message, java.lang.Exception ex) |
Writes a warn message with exception to the log. More... | |
abstract void | warn (String scope, String message) |
Writes a warn message to the log. More... | |
abstract void | warn (String scope, String message, java.lang.Exception ex) |
Writes a warn message with exception to the log. More... | |
ILog interface for loggers.
|
abstract |
Writes a debug message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a debug message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a debug message to the log.
message | The log message. |
|
abstract |
Writes a debug message with exception to the log.
message | The log message. |
ex | The exception. |
|
abstract |
Writes a debug message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a debug message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a debug message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes a debug message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
|
abstract |
Writes a error message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a error message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a error message to the log.
message | The log message. |
|
abstract |
Writes a error message with exception to the log.
message | The log message. |
ex | The exception. |
|
abstract |
Writes a error message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a error message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a error message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes a error message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
|
abstract |
Writes a fatal message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a fatal message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a fatal message to the log.
message | The log message. |
|
abstract |
Writes a fatal message with exception to the log.
message | The log message. |
ex | The exception. |
|
abstract |
Writes a fatal message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a fatal message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a fatal message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes a fatal message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
|
abstract |
Ensures that all logs are written out.
|
abstract |
Gets if the debug log level is enabled.
|
abstract |
Gets if the error log level is enabled.
|
abstract |
Gets if the fatal log level is enabled.
|
abstract |
Gets if the info log level is enabled.
|
abstract |
Gets if the verbose log level is enabled.
|
abstract |
Gets if the warn log level is enabled.
|
abstract |
Gets the tag of the logger.
|
abstract |
Writes a info message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes an info message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a info message to the log.
message | The log message. |
|
abstract |
Writes an info message with exception to the log.
message | The log message. |
ex | The exception. |
|
abstract |
Writes a info message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes an info message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a info message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes an info message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
|
abstract |
Returns true if the passed log level is enabled on this logger.
level | Log level to check. |
|
abstract |
Writes a generic message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a log event to the log.
logEvent | The log event. |
|
abstract |
Writes a generic message to the log.
message | The log message. |
|
abstract |
Writes a generic message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a generic message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes a verbose message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a verbose message with exception to the log.
message | The log message. |
context | the logigng context. |
ex | The exception. |
|
abstract |
Writes a verbose message to the log.
message | The log message. |
|
abstract |
Writes a verbose message with exception to the log.
message | The log message. |
ex | The exception. |
|
abstract |
Writes a verbose message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a verbose message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a verbose message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes a verbose message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
|
abstract |
Writes a warn message to the log.
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a warn message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a warn message to the log.
message | The log message. |
|
abstract |
Writes a warn message with exception to the log.
message | The log message. |
ex | The exception. |
|
abstract |
Writes a warn message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
|
abstract |
Writes a warn message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
|
abstract |
Writes a warn message to the log.
scope | The scope of this log message. |
message | The log message. |
|
abstract |
Writes a warn message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |