Class QueueNullTracer


  • public final class QueueNullTracer
    extends QueueTracer<NullTracer>
    This is the tracer the 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.
    Author:
    Christof Reichardt
    • Constructor Detail

      • QueueNullTracer

        public QueueNullTracer​(NullTracer tracer)
        The constructor expects a NullTracer.
        Parameters:
        tracer - the to be wrapped tracer