net.sf.statcvs.util
Class ConsoleOutErrHandler
java.lang.Object
java.util.logging.Handler
net.sf.statcvs.util.ConsoleOutErrHandler
- public class ConsoleOutErrHandler
- extends java.util.logging.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
Method Summary |
void |
close()
|
void |
flush()
|
void |
publish(java.util.logging.LogRecord record)
|
Methods inherited from class java.util.logging.Handler |
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleOutErrHandler
public ConsoleOutErrHandler()
- Constructor for ConsoleOutErrHandler.
publish
public void publish(java.util.logging.LogRecord record)
- Parameters:
record
- a log record- See Also:
Handler.publish(LogRecord)
flush
public void flush()
- See Also:
Handler.flush()
close
public void close()
throws java.lang.SecurityException
- Throws:
java.lang.SecurityException
- See Also:
Handler.close()
Copyright © 2002-2010 Appendium - Portfolio Financing Platform. All Rights Reserved.