|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogger
A wrapper to the logging library (log4j or java.util.logging?) to log inside in this library
| Method Summary | |
|---|---|
void |
debug(java.lang.String msg)
Logs a debug message |
void |
error(java.lang.String msg)
Logs an error |
void |
error(java.lang.String msg,
java.lang.Throwable thrown)
Logs an error with an exception |
void |
info(java.lang.String msg)
Logs an information message |
| Method Detail |
|---|
void error(java.lang.String msg,
java.lang.Throwable thrown)
msg - the error textthrown - the exceptionvoid error(java.lang.String msg)
msg - the error textvoid debug(java.lang.String msg)
msg - the debug messsagevoid info(java.lang.String msg)
msg - the info message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||