Package de.christofreichardt.diagnosis
Class TracerFactory.Queue
- java.lang.Object
-
- de.christofreichardt.diagnosis.TracerFactory.Queue
-
- Enclosing class:
- TracerFactory
protected class TracerFactory.Queue extends Object
If appropriately configured it enables access to a blocking deque of tracers. The usage of the queue methods (TracerFactory.takeTracer(),TracerFactory.offerTracer(de.christofreichardt.diagnosis.QueueTracer)is one option for multi-threaded environments. By default a QueueNullTracer will be returned which routes to the core logging facilities of the Java platform.