|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
public interface Loggable
Interface providing the methods required to log messages according to LogLevel levels.
| Method Summary | |
|---|---|
void |
debugFine(String msg)
Log a DEBUG_FINE message. |
void |
debugFiner(String msg)
Log a DEBUG_FINER message. |
void |
debugFinest(String msg)
Log a DEBUG_FINEST message. |
void |
exception(String msg,
Throwable e)
Log an EXCEPTION message. |
void |
message(String msg)
Log a MESSAGE. |
void |
progress(LogRecord record)
Log a PROGRESS message. |
void |
progress(Progress pgr)
Log a PROGRESS message. |
void |
verbose()
Log an empty VERBOSE message. |
void |
verbose(String msg)
Log a VERBOSE message. |
void |
warning(String msg)
Log a WARNING message: |
| Method Detail |
|---|
void exception(String msg,
Throwable e)
msg - The String messagevoid warning(String msg)
msg - The String messagevoid message(String msg)
msg - The String messagevoid progress(Progress pgr)
pgr - The Progress to be loggedvoid progress(LogRecord record)
record - the log record to be loggedvoid verbose(String msg)
msg - The String message.void verbose()
void debugFine(String msg)
msg - The String messagevoid debugFiner(String msg)
msg - The String messagevoid debugFinest(String msg)
msg - The String message
|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||