com.bluemarsh.jswat.report
Interface Reporter

All Known Implementing Classes:
FileReporter

public interface Reporter

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.

Version:
1.0 4/7/01
Author:
Nathan Fiedler

Method Summary
 void report(LoggingEvent event)
          Report the given logging event.
 

Method Detail

report

public void report(LoggingEvent event)
Report the given logging event.
Parameters:
event - logging event.