com.bluemarsh.jswat.report
Class ConsoleReporter

java.lang.Object
  |
  +--com.bluemarsh.jswat.report.FileReporter
        |
        +--com.bluemarsh.jswat.report.ConsoleReporter
All Implemented Interfaces:
Reporter

public class ConsoleReporter
extends FileReporter

Class ConsoleReporter writes logging events to the standard output output stream. This class is a convenience class that simply extends FileReporter and uses the System.out output stream by default.

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

Fields inherited from class com.bluemarsh.jswat.report.FileReporter
printStream
 
Constructor Summary
ConsoleReporter()
          Constructs a ConsoleReporter that uses the standard output stream as the default output.
 
Methods inherited from class com.bluemarsh.jswat.report.FileReporter
report, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleReporter

public ConsoleReporter()
Constructs a ConsoleReporter that uses the standard output stream as the default output.