fr.tireme.schemadoc.xs2dtd.utils
Class ConsoleOutHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by java.util.logging.StreamHandler
          extended by java.util.logging.ConsoleHandler
              extended by fr.tireme.schemadoc.xs2dtd.utils.ConsoleOutHandler

public class ConsoleOutHandler
extends java.util.logging.ConsoleHandler

This Handler publishes log records to System.out. It is the only difference with the standard ConsoleHandler.

Author:
nicolas.guerin@xrce.xerox.com

Constructor Summary
ConsoleOutHandler()
          Default constructor Creates a ConsoleHandler and change its output to System.out
 
Method Summary
 
Methods inherited from class java.util.logging.ConsoleHandler
close, publish
 
Methods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOutHandler

public ConsoleOutHandler()
Default constructor Creates a ConsoleHandler and change its output to System.out