Uses of Class
de.codecamp.tracer.Trace
Packages that use Trace
Package
Description
-
Uses of Trace in de.codecamp.tracer
Methods in de.codecamp.tracer that return TraceModifier and TypeMethodDescriptionTrace.getActiveTrace(boolean includeRoot) Trace.getLastSubTrace()Trace.getParentTrace()Returns the parent trace or null.static TraceTrace.newContextRoot(Trace parentTrace, Instant startTime, String label, Object[] labelFormatArgs) static TraceTrace.newExplicit(Trace parentTrace, Instant startTime, String label, Object[] labelFormatArgs) static TraceMethods in de.codecamp.tracer that return types with arguments of type TraceModifier and TypeMethodDescriptionTrace.getSubTraces()Returns the list of sub-traces.AbstractTraceHandler.traceHierarchyStream(Trace trace) Methods in de.codecamp.tracer with parameters of type TraceModifier and TypeMethodDescriptionprotected booleanAbstractTraceHandler.containsWarnings(Trace trace) Formats the given trace including all subtraces.voidHandles the given fully completed trace.static TraceTrace.newContextRoot(Trace parentTrace, Instant startTime, String label, Object[] labelFormatArgs) static TraceTrace.newExplicit(Trace parentTrace, Instant startTime, String label, Object[] labelFormatArgs) static TraceAbstractTraceHandler.traceHierarchyStream(Trace trace) -
Uses of Trace in de.codecamp.tracer.formatters
Methods in de.codecamp.tracer.formatters with parameters of type Trace -
Uses of Trace in de.codecamp.tracer.handlers
Methods in de.codecamp.tracer.handlers with parameters of type Trace -
Uses of Trace in de.codecamp.tracer.impl
Methods in de.codecamp.tracer.impl that return TraceConstructors in de.codecamp.tracer.impl with parameters of type Trace