de.christofreichardt.diagnosis.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracelogger Show documentation
Show all versions of tracelogger Show documentation
A trace tool which produces clearly arranged logs by indenting the trace messages depending on the depth of the
call stack.
/**
*
* Provides the basic tracing faclitities. The most important class is {@link de.christofreichardt.diagnosis.AbstractTracer AbstractTracer} which is the root
* of the tracer hierarchy. The {@link de.christofreichardt.diagnosis.TracerFactory TracerFactory} can be feed with an appropriate configuration and thereupon can be used
* to access tracers by name, by thread or from a blocking, bounded queue.
*
*/
package de.christofreichardt.diagnosis;