| Package | Description |
|---|---|
| de.christofreichardt.diagnosis |
Provides the basic tracing faclitities.
|
| de.christofreichardt.diagnosis.io |
Contains primarily the definitions of the I/O streams used by the tracers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalMap
|
class |
ThreadMap
This class maps threads on
TracingContexts. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractThreadMap |
AbstractTracer.getThreadMap()
Provides access to the tracing contexts indexed by Threads.
|
protected AbstractThreadMap |
QueueTracer.getThreadMap()
Delegates to the corresponding method of the wrapped tracer.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractThreadMap |
TracePrintStream.threadMap
provides access to the tracing contexts indexed by thread objects
|
| Constructor and Description |
|---|
TracePrintStream(OutputStream out,
AbstractThreadMap threadMap)
Creates a new instance of TracePrintStream by passing the given OutputStream to the underlying PrintStream.
|
Copyright © 2014. All rights reserved.