|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogHandler
A LogHandler receives messages and LogRecords, and logs them.
Method Summary | |
---|---|
void |
publish(java.lang.String msg,
java.util.logging.LogRecord logRecord)
Log the given log record. |
Method Detail |
---|
void publish(java.lang.String msg, java.util.logging.LogRecord logRecord)
msg
- The fully formatted message, derived from the given LogRecord.logRecord
- The LogRecord.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |