|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogBackEnd
LogBackEnds may be registered with the Log class to receive log messages.
Method Summary | |
---|---|
void |
append(java.lang.String type,
java.lang.String message)
Used by the Log class to ask the back end to append a message somehow. |
void |
append(java.lang.String type,
java.lang.Throwable t)
Used by the Log class to ask the back end to append a message somehow. |
Method Detail |
---|
void append(java.lang.String type, java.lang.String message)
void append(java.lang.String type, java.lang.Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |