Uses of Class
de.christofreichardt.diagnosis.AbstractTracer
Packages that use AbstractTracer
Package
Description
Provides the basic tracing faclitities.
Contains tracers which log into the local file system.
Contains tracer which log over the network.
-
Uses of AbstractTracer in de.christofreichardt.diagnosis
Classes in de.christofreichardt.diagnosis with type parameters of type AbstractTracerModifier and TypeClassDescriptionclassDebugLogTee<T extends AbstractTracer>An abstract base class which provides the environment to connect additionally to another log system, such as log4j.classQueueTracer<T extends AbstractTracer>A special tracer intended for the use by a bounded blocking queue.Subclasses of AbstractTracer in de.christofreichardt.diagnosisModifier and TypeClassDescriptionclassDebugLogTee<T extends AbstractTracer>An abstract base class which provides the environment to connect additionally to another log system, such as log4j.final classThis specialisedNullTracerredirects log messages to the core logging facilities of the Java platform, see java.util.logging.classfinal classclassInstances of this tracer type don't trace anything and therefore need not to manage any method stacks.final classThis is the tracer theTracerFactorydelivers if the Queue is disabled.classQueueTracer<T extends AbstractTracer>A special tracer intended for the use by a bounded blocking queue.Fields in de.christofreichardt.diagnosis declared as AbstractTracerModifier and TypeFieldDescriptionprotected final TDebugLogTee.tracerSome tracer.protected final TQueueTracer.tracerSome tracer.Methods in de.christofreichardt.diagnosis that return AbstractTracerModifier and TypeMethodDescriptionTracerFactory.getCurrentPoolTracer()Returns the mapped tracer for the current thread.Traceable.getCurrentTracer()Returns the pooled tracer with the given name.Returns the mapped tracer for the given thread. -
Uses of AbstractTracer in de.christofreichardt.diagnosis.file
Subclasses of AbstractTracer in de.christofreichardt.diagnosis.fileModifier and TypeClassDescriptionclassThis particular tracer logs into the local file system.classA DebugLogTee that uses aFileTracerinternally.classAQueueTracerthat uses aFileTracerinternally. -
Uses of AbstractTracer in de.christofreichardt.diagnosis.net
Subclasses of AbstractTracer in de.christofreichardt.diagnosis.netModifier and TypeClassDescriptionclassThis particular tracer logs over the network.class