Uses of Package
de.christofreichardt.diagnosis
-
Packages that use de.christofreichardt.diagnosis Package Description de.christofreichardt.diagnosis Provides the basic tracing faclitities.de.christofreichardt.diagnosis.file Contains tracers which log into the local file system.de.christofreichardt.diagnosis.io Contains primarily the definitions of the I/O streams used by the tracers.de.christofreichardt.diagnosis.net Contains tracer which log over the network. -
Classes in de.christofreichardt.diagnosis used by de.christofreichardt.diagnosis Class Description AbstractThreadMap Has been introduced to exchange thread maps which are based onMap<Thread,TracingContext>with thread maps which are based onThreadLocals and vice versa.AbstractTracer Defines the basic behaviour of tracers.AbstractTracer.Exception Indicates exceptional states within the AbstractTracer context.LogLevel Enumeration of the pre-defined log level.NullTracer Instances of this tracer type don't trace anything and therefore need not to manage any method stacks.QueueTracer A special tracer intended for the use by a bounded blocking queue.TraceMethod Outlines a method for tracing.TracerConfigNamespaceContextImpl.Iterator Simplified implementation of an iterator.TracerFactory A factory and holder of tracers.TracerFactory.Exception Base exception class for all exceptional situations within the context of the TracerFactory -
Classes in de.christofreichardt.diagnosis used by de.christofreichardt.diagnosis.file Class Description AbstractTracer Defines the basic behaviour of tracers.AbstractTracer.Exception Indicates exceptional states within the AbstractTracer context.DebugLogTee An abstract base class which provides the environment to connect additionally to another log system, such as log4j.LogLevel Enumeration of the pre-defined log level.QueueTracer A special tracer intended for the use by a bounded blocking queue. -
Classes in de.christofreichardt.diagnosis used by de.christofreichardt.diagnosis.io Class Description AbstractThreadMap Has been introduced to exchange thread maps which are based onMap<Thread,TracingContext>with thread maps which are based onThreadLocals and vice versa. -
Classes in de.christofreichardt.diagnosis used by de.christofreichardt.diagnosis.net Class Description AbstractTracer Defines the basic behaviour of tracers.AbstractTracer.Exception Indicates exceptional states within the AbstractTracer context.QueueTracer A special tracer intended for the use by a bounded blocking queue.