| Interface | Description |
|---|---|
| TraceHandler |
A trace handler is responsible for gathering and processing traced method
invocations.
|
| Class | Description |
|---|---|
| NullHandler |
TraceHandler which effectively disables tracing.
|
| ScopedTraceHandler |
Abstract trace handler which gathers data on traced methods and reports it
upon scope exit.
|
| ScopedTraceHandler.MethodData | |
| ScopedTraceHandler.Scope | |
| SimpleHandler |
TraceHandler which prints method trace information to standard out.
|
| TraceAgent |
Instrumentation agent for tracing.
|
| TracedMethod |
Basic information regarding a traced method or constructor.
|
| TraceModes | |
| TraceToolbox |
Tools for use by a
TraceHandler. |
| Enum | Description |
|---|---|
| TraceMode |
TraceAgentCopyright © 2006–2015 Cojen. All rights reserved.