|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jaugment2.helpers.Logger
A small helper-class that shall be used instead of System.[err|out] for debug-output and errors
| Field Summary | |
static java.io.PrintStream |
debug
Description of the Field |
static java.io.PrintStream |
err
Description of the Field |
static java.io.PrintStream |
warning
Description of the Field |
| Constructor Summary | |
Logger()
This class does no need to be imstanciated, the constructor just reads the system-properties to find out where to write debug/error/warning-output to default is System.err |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static java.io.PrintStream err
public static java.io.PrintStream warning
public static java.io.PrintStream debug
| Constructor Detail |
public Logger()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||