jaugment2.helpers
Class Logger

java.lang.Object
  |
  +--jaugment2.helpers.Logger

public class Logger
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

err

public static java.io.PrintStream err
Description of the Field

warning

public static java.io.PrintStream warning
Description of the Field

debug

public static java.io.PrintStream debug
Description of the Field
Constructor Detail

Logger

public 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