ch.javasoft.util.logging
Class StandardOutHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by ch.javasoft.util.logging.AutoFlushStreamHandler
              extended by ch.javasoft.util.logging.AbstractStandardHandler
                  extended by ch.javasoft.util.logging.StandardOutHandler

public class StandardOutHandler
extends AbstractStandardHandler

Standard out handler, somewhat like ConsoleHandler, but for output stream.


Nested Class Summary
 
Nested classes/interfaces inherited from class ch.javasoft.util.logging.AbstractStandardHandler
AbstractStandardHandler.StandardStream
 
Constructor Summary
StandardOutHandler()
          Constructor, using the System.out stream
 
Method Summary
 
Methods inherited from class ch.javasoft.util.logging.AutoFlushStreamHandler
publish
 
Methods inherited from class java.util.logging.StreamHandler
close, flush, isLoggable, setEncoding, setOutputStream
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardOutHandler

public StandardOutHandler()
Constructor, using the System.out stream