|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJThequeLogger
A JTheque Logger. The logger is based on SLF4J and the real implementation is the SLF4J Log4J bridge functionality.
Method Summary | |
---|---|
void |
debug(String message,
Object... replaces)
Log a message of level debug. |
void |
error(Exception e,
String message)
Log a message and an exception with error level. |
void |
error(String message,
Object... replaces)
Log a message of level error. |
void |
error(Throwable e)
Log an exception. |
void |
message(String message,
Object... replaces)
Log a message. |
void |
trace(String message,
Object... replaces)
Log a message of level trace. |
void |
warn(String message,
Object... replaces)
Log a message of level warning. |
Method Detail |
---|
void message(String message, Object... replaces)
message
- The message to log.replaces
- The objects to replace the {} occurrences.void debug(String message, Object... replaces)
message
- The message to logreplaces
- The objects to replace the {} occurrences.void trace(String message, Object... replaces)
message
- The message to logreplaces
- The objects to replace the {} occurrences.void warn(String message, Object... replaces)
message
- The message to logreplaces
- The objects to replace the {} occurrences.void error(Throwable e)
e
- The exception to logvoid error(String message, Object... replaces)
message
- The message to logreplaces
- The objects to replace the {} occurrences.void error(Exception e, String message)
message
- The message to log.e
- The exception to log.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |