org.lsst.ccs.utilities.logging
Class ConsoleHandlerN
java.lang.Object
java.util.logging.Handler
java.util.logging.StreamHandler
java.util.logging.ConsoleHandler
org.lsst.ccs.utilities.logging.ConsoleHandlerN
public class ConsoleHandlerN
- extends ConsoleHandler
A Console handler that detects duplicate logs.
This Handler systematically eliminates the standard ConsoleHandler that could be
running at the top of the hierarchy.
- Author:
- bamade
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isLoggableDelegate
protected static IsLoggableDelegate isLoggableDelegate
ConsoleHandlerN
public ConsoleHandlerN()
isLoggable
public boolean isLoggable(LogRecord record)
- Overrides:
isLoggable in class StreamHandler
Copyright © 2013 LSST. All Rights Reserved.