All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary 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.AbstractThreadMap.RuntimeException Indicates a corruption of the method stack.AbstractTracer Defines the basic behaviour of tracers.AbstractTracer.Exception Indicates exceptional states within the AbstractTracer context.DebugConfig Helper class which contains the trace options of a tracer for a particular thread.DebugLogTee<T extends AbstractTracer> An abstract base class which provides the environment to connect additionally to another log system, such as log4j.FileTracer This particular tracer logs into the local file system.FileTracerLogTee A DebugLogTee that uses aFileTracerinternally.Indentable This interface defines the methodsIndentablePrintStreams must implement.IndentablePrintStream The base class of all indentable print streams.JDKLoggingRouter This specialisedNullTracerredirects log messages to the core logging facilities of the Java platform, see java.util.logging.Log4j2Router A specializedNullTracerwhich delegates log messages to Log4j2 loggers.LogbackRouter A specializedNullTracerwhich delegates log messages to Logback loggers.LogLevel Enumeration of the pre-defined log level.NetTracer This particular tracer logs over the network.NullOutputStream This OutputStream discards all bytes that are written into it.NullPrintStream The tracer classes return such a NullPrintStream when the current state and the configuration demands that no output should be written.NullTracer Instances of this tracer type don't trace anything and therefore need not to manage any method stacks.OueueNetTracer Not supported yet.PropertyExpression Utility class responsible for searching for expressions of the form ${property} within strings and replacing them with the value of the corresponding property from the given Properties - if there is one.QueueFileTracer AQueueTracerthat uses aFileTracerinternally.QueueNullTracer This is the tracer theTracerFactorydelivers if the Queue is disabled.QueueTracer<T extends AbstractTracer> A special tracer intended for the use by a bounded blocking queue.ThreadLocalMap ThreadMap This class maps threads onTracingContexts.Traceable Classes which implement this interface delegate the retrieval of a particular tracer to the specified method.TraceMethod Outlines a method for tracing.TracePrintStream This is the main implementation of an indentable PrintStream.TracerConfigNamespaceContextImpl Since the TracerFactory uses XPath to access the XML configuration involving namespaces an implementation of the NamespaceContext interface is necessary.TracerFactory A factory and holder of tracers.TracerFactory.Exception Base exception class for all exceptional situations within the context of the TracerFactoryTracingContext The tracing context of one particular thread.