Package 

Class Slf4JTracer

  • All Implemented Interfaces:
    ca.nexapp.tracing.Tracer

    
    public final class Slf4JTracer
     implements Tracer
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Slf4JTracer.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      Slf4JTracer()
    • Method Summary

      Modifier and Type Method Description
      Trace openTrace(String name) Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ...
      • Methods inherited from class ca.nexapp.tracing.sfl4j.Slf4JTracer

        trace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slf4JTracer

        Slf4JTracer()
    • Method Detail

      • openTrace

         Trace openTrace(String name)

        Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ... } is suggested