|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Reporter listens for logging events and displays them to the user in some fashion or another. An implementation of Reporter may print to the console, or it may print to a text pane, or it could write to a log file.
Method Summary | |
void |
report(LoggingEvent event)
Report the given logging event. |
Method Detail |
public void report(LoggingEvent event)
event
- logging event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |