Module de.codecamp.tracer.core
Package de.codecamp.tracer
-
Interface Summary Interface Description ActiveTrace AnActiveTraceis a short-lived delegate that represents an active trace.TraceContext TheTraceContextrepresents a certain area of code, like a method.TraceContextListener A listener that gets notified when trace contexts are started and closed.TraceFormatter Responsible for bringing the trace hierarchy into an suitable printable or loggable format.TraceHandler TheTraceHandleris responsible for processing a fully completed trace, i.e.Tracer A simple tool for hierarchical measurement of durations in your code. -
Class Summary Class Description AbstractTraceHandler Trace ATracerepresents a time interval an application has spent within a certain piece of code.