-
- All Known Implementing Classes:
AbstractTraceHandler,JclLoggingTraceHandler,JulLoggingTraceHandler,Slf4jLoggingTraceHandler
public interface TraceHandlerTheTraceHandleris responsible for processing a fully completed trace, i.e. the handler is only called for the root trace of the root context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Trace trace)Handles the given fully completed trace.
-
-
-
Method Detail
-
handle
void handle(Trace trace)
Handles the given fully completed trace.- Parameters:
trace- the fully completed trace (a root trace of a root context)
-
-