|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.report.FileReporter | +--com.bluemarsh.jswat.report.ConsoleReporter
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.
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 |
public ConsoleReporter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |