public static final class TraceLoggerFactory.NullHandler extends Handler
A null handler is a 'no-op' handler i.e. all trace records received by the handler are silently discarded.
Constructor and Description |
---|
TraceLoggerFactory.NullHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Implementation of
Handler.close() |
void |
flush()
Implementation of
Handler.flush() |
void |
publish(LogRecord record)
Implementation of
Handler.publish(java.util.logging.LogRecord) |
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
public final void publish(LogRecord record)
Handler.publish(java.util.logging.LogRecord)
public final void flush()
Handler.flush()
public final void close()
Handler.close()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.