Package 

Class Slf4JTrace

  • All Implemented Interfaces:
    ca.nexapp.tracing.Trace , java.lang.AutoCloseable

    
    public final class Slf4JTrace
     implements Trace
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      Slf4JTrace(Logger logger, String id, String name, Level errorLevel, Clock clock)
    • Method Summary

      Modifier and Type Method Description
      Unit signalError(Exception error) Signals an exception has happened during the trace
      Unit setTag(String name, String value) Overrides tag in the trace
      Unit setMetadata(String key, String value) Overrides metadata in the trace
      Unit close()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait