|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Debugging functionality interface.
Method Summary | |
boolean |
debug()
Returns true when in debugging mode. |
void |
endLog()
End marker for the last log message. |
void |
log(String message,
Throwable exception)
Logs a message. |
Method Detail |
public boolean debug()
public void log(String message, Throwable exception)
message
- the log message.exception
- the related exception, if any.public void endLog()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |