|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoggerService
The logger service.
| Method Summary | |
|---|---|
void |
debug(String msg)
Log a message at the DEBUG level. |
void |
debug(String msg,
Throwable t)
Log a message at the DEBUG level. |
void |
error(String msg)
Log a message at the ERROR level. |
void |
error(String msg,
Throwable t)
Log a message at the ERROR level. |
void |
info(String msg)
Log a message at the INFO level. |
void |
info(String msg,
Throwable t)
Log a message at the INFO level. |
void |
trace(String msg)
Log a message at the TRACE level. |
void |
trace(String msg,
Throwable t)
Log a message at the TRACE level. |
void |
warn(String msg)
Log a message at the WARN level. |
void |
warn(String msg,
Throwable t)
Log a message at the WARN level. |
| Method Detail |
|---|
void trace(String msg)
msg - the message to be logged
void trace(String msg,
Throwable t)
msg - the message to be loggedt - the throwable to be loggedvoid debug(String msg)
msg - the message to be logged
void debug(String msg,
Throwable t)
msg - the message to be loggedt - the throwable to be loggedvoid info(String msg)
msg - the message to be logged
void info(String msg,
Throwable t)
msg - the message to be loggedt - the throwable to be loggedvoid warn(String msg)
msg - the message to be logged
void warn(String msg,
Throwable t)
msg - the message to be loggedt - the throwable to be loggedvoid error(String msg)
msg - the message to be logged
void error(String msg,
Throwable t)
msg - the message to be loggedt - the throwable to be logged
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||