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.net |
Contains tracer which log over the network.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugLogTee<T extends AbstractTracer>
An abstract base class which provides the environment to connect additionally to another log system, such as log4j.
|
class |
QueueTracer<T extends AbstractTracer>
A special tracer intended for the use by a bounded blocking queue.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugLogTee<T extends AbstractTracer>
An abstract base class which provides the environment to connect additionally to another log system, such as log4j.
|
class |
JDKLoggingRouter
This specialised
NullTracer redirects log messages to the core logging facilities of the Java platform,
see java.util.logging. |
class |
NullTracer
Instances of this tracer type don't trace anything and therefore need not to manage any method stacks.
|
class |
QueueNullTracer
This is the tracer the
TracerFactory delivers if the Queue is disabled. |
class |
QueueTracer<T extends AbstractTracer>
A special tracer intended for the use by a bounded blocking queue.
|
Modifier and Type | Field and Description |
---|---|
protected T |
QueueTracer.tracer
Some tracer.
|
protected T |
DebugLogTee.tracer
Some tracer.
|
Modifier and Type | Method and Description |
---|---|
AbstractTracer |
TracerFactory.getCurrentPoolTracer()
Returns the mapped tracer for the current thread.
|
AbstractTracer |
Traceable.getCurrentTracer() |
AbstractTracer |
TracerFactory.getTracer(String name)
Returns the pooled tracer with the given name.
|
AbstractTracer |
TracerFactory.getTracer(Thread thread)
Returns the mapped tracer for the given thread.
|
Modifier and Type | Class and Description |
---|---|
class |
FileTracer
This particular tracer logs into the local file system.
|
class |
FileTracerLog4jTee
Connects to the log4j system and uses additionally an internal
FileTracer . |
class |
FileTracerLogTee
A DebugLogTee that uses a
FileTracer internally. |
class |
QueueFileTracer
A
QueueTracer that uses a FileTracer internally. |
Modifier and Type | Class and Description |
---|---|
class |
NetTracer
This particular tracer logs over the network.
|
class |
OueueNetTracer |
Copyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)