public final class QueueNullTracer extends QueueTracer<NullTracer>
TracerFactory delivers if the Queue is disabled. To redirect log messages
to the JDK logging system use the JDKLoggingRouter as constructor argument. Note that while this is
assignable to a QueueTracer it must not be configured as an actual tracer type for the queue. Instead disable the Queue
and you will get by default and non-blocking QueueNullTracer instances.
AbstractTracer.ExceptiontracerVERSION| Constructor and Description |
|---|
QueueNullTracer(NullTracer tracer)
The constructor expects a
NullTracer. |
clearCurrentTracingContext, close, entry, entry, getBufferSize, getSyncObject, getThreadMap, initCurrentTracingContext, initCurrentTracingContext, isAutoflush, isOpened, logException, logMessage, open, out, out, readConfiguration, setAutoflush, setBufferSize, wayoutentry, formatStreamErrorState, formatVersionInfo, getBufferedOutputStream, getName, getNullPrintStream, getTracePrintStream, setBufferedOutputStream, setOpened, setTracePrintStream, substitutepublic QueueNullTracer(NullTracer tracer)
NullTracer.tracer - the to be wrapped tracerCopyright © 2014. All rights reserved.