Class ConsoleOutErrHandler

java.lang.Object
java.util.logging.Handler
net.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.

Version:
$Id: ConsoleOutErrHandler.java,v 1.3 2008/04/02 11:22:15 benoitx Exp $
Author:
Richard Cyganiak invalid input: '<'rcyg@gmx.de>