| 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 |
QueueNullTracer
This is the tracer the
TracerFactory delivers if the Queue is disabled. |
| Modifier and Type | Method and Description |
|---|---|
QueueTracer<?> |
TracerFactory.getCurrentQueueTracer()
Returns the QueueTracer for the current thread.
|
QueueTracer<?> |
TracerFactory.takeTracer()
Takes the tracer from the head of the deque.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TracerFactory.offerTracer(QueueTracer<?> tracer)
Used to enqueue a tracer which has been previously retrieved by a call to
TracerFactory.takeTracer(). |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueFileTracer
A
QueueTracer that uses a FileTracer internally. |
| Modifier and Type | Class and Description |
|---|---|
class |
OueueNetTracer |
Copyright © 2014. All rights reserved.