Package de.christofreichardt.diagnosis
Interface Traceable
-
public interface TraceableClasses which implement this interface delegate the retrieval of a particular tracer to the specified method. This can be used to override the configuration of theTracerFactoryfor certain classes.- Author:
- Christof Reichardt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractTracergetCurrentTracer()Returns the "current" tracer for the implementing class.
-
-
-
Method Detail
-
getCurrentTracer
AbstractTracer getCurrentTracer()
Returns the "current" tracer for the implementing class. Most of the time it might delegate toTracerFactory.getCurrentPoolTracer(),TracerFactory.getCurrentQueueTracer()orTracerFactory.getDefaultTracer().- Returns:
- the "current" tracer for the implementing class
-
-