|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Logger
A simple logging service for components. Four log levels are provided:
Method Summary | |
---|---|
void |
debug(String message)
Logs a debug message. |
void |
debug(String message,
Throwable throwable)
Logs a debug message. |
void |
debug(Throwable throwable)
Logs a debug message. |
void |
error(String message)
Logs an error. |
void |
error(String message,
Throwable throwable)
Logs an error. |
void |
error(Throwable throwable)
Logs an error. |
void |
info(String message)
Logs an info message. |
void |
info(String message,
Throwable throwable)
Logs an info message. |
void |
info(Throwable throwable)
Logs an info message. |
void |
warn(String message)
Logs a warning. |
void |
warn(String message,
Throwable throwable)
Logs a warning. |
void |
warn(Throwable throwable)
Logs a warning. |
Method Detail |
---|
void error(String message)
message
- the error message.void error(String message, Throwable throwable)
message
- the error message.throwable
- the Throwable that caused the error.void error(Throwable throwable)
throwable
- the Throwable that caused the error.void warn(String message)
message
- the warning message.void warn(String message, Throwable throwable)
message
- the warning message.throwable
- the Throwable that caused the error.void warn(Throwable throwable)
throwable
- the Throwable that caused the error.void info(String message)
message
- the info message.void info(String message, Throwable throwable)
message
- the info message.throwable
- the Throwable that caused the info message.void info(Throwable throwable)
throwable
- the Throwable that caused the info message.void debug(String message)
message
- the debug message.void debug(String message, Throwable throwable)
message
- the debug message.throwable
- the Throwable that caused the debug message.void debug(Throwable throwable)
throwable
- the Throwable the caused the debug message.
|
Openfire 3.5.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |