All Classes and Interfaces

Class
Description
 
An ActiveTrace is a short-lived delegate that represents an active trace.
 
A filter for includes or excludes.
The default profile formatter.
 
 
A TraceHandler logging with Apache Commons Logging.
A TraceHandler logging with java.util.logging.
 
Indicates that the value of the annotated method parameter should not be captured.
 
 
A simple wrapper for an array of parameter values that can be used as argument for the formatting of trace names.
 
A TraceHandler logging with SLF4J.
 
A Trace represents a time interval an application has spent within a certain piece of code.
The TraceContext represents a certain area of code, like a method.
A trace context that may contain a number of traces.
A listener that gets notified when trace contexts are started and closed.
Indicates that an annotated method or methods in an annotated class should be traced.
Responsible for bringing the trace hierarchy into an suitable printable or loggable format.
The TraceHandler is responsible for processing a fully completed trace, i.e.
A simple tool for hierarchical measurement of durations in your code.