public static class Tracer.DefaultImpls
public static <T> T trace(Tracer $this, @NotNull java.lang.String name, @NotNull kotlin.jvm.functions.Function1<? super ca.nexapp.tracing.Trace,? extends T> toTrace)
Utility method to execute a command with a trace
$this - name of the tracename - callback to execute with the tracetoTrace - callback to execute with the traceexception - thrown by callback