Package com.bluemarsh.jswat.report

Interface Summary
Reporter A Reporter listens for logging events and displays them to the user in some fashion or another.
 

Class Summary
Category Class Category is a singleton that provides access to a set of reporting categories.
ConsoleReporter Class ConsoleReporter writes logging events to the standard output output stream.
FileReporter Class FileReporter writes logging events to an output stream.
LoggingEvent Class LoggingEvent represents a debug log event.
ReporterGroup Class ReporterGroup manages a list of reporters for a particular reporting category.