de.hillenbrand.system
Class Logger

java.lang.Object
  |
  +--de.hillenbrand.system.Logger

public final class Logger
extends java.lang.Object


Constructor Summary
Logger()
           
 
Method Summary
static void log(java.lang.String message)
           
static void setOut(java.io.PrintStream outStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger()
Method Detail

log

public static final void log(java.lang.String message)

setOut

public static final void setOut(java.io.PrintStream outStream)