Package 

Interface Trace

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public interface Trace
     implements AutoCloseable
                        
    • Method Summary

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

        close
      • Methods inherited from class java.lang.Object

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