|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogHandler
Interface to hook into the logger to redirect the output.
Method Summary | |
---|---|
boolean |
log(java.lang.String msg,
int type)
If you add an implementation of this interface to the Logger, this method will be called in case of a log event. |
Method Detail |
---|
boolean log(java.lang.String msg, int type)
msg
- the message to be loggedtype
- the log level as defined in Logger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |