net.sf.statcvs.util
Class ConsoleOutErrHandler
Handlernet.sf.statcvs.util.ConsoleOutErrHandler
public class ConsoleOutErrHandler
extends Handler
Customized console logging handler.
The
ConsoleOutErrHandler writes log messages
of severity
WARNING and higher to the
System.err
stream, and all other log messages to
System.out.
It uses a
LogFormatter to format the records.
$Id: ConsoleOutErrHandler.java,v 1.3 2008/04/02 11:22:15 benoitx Exp $
ConsoleOutErrHandler
public ConsoleOutErrHandler()
Constructor for ConsoleOutErrHandler.
close
public void close()
throws SecurityException
publish
public void publish(LogRecord record)