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
TracingContext s. |
Modifier and Type | Method and Description |
---|---|
protected AbstractThreadMap |
QueueTracer.getThreadMap()
Delegates to the corresponding method of the wrapped tracer.
|
protected AbstractThreadMap |
AbstractTracer.getThreadMap()
Provides access to the tracing contexts indexed by Threads.
|
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 Christof Reichardt. All rights reserved. (Build: 26-May-2014)