Package 

Class MultipleTracers

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

    
    public final class MultipleTracers
     implements Tracer
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Tracer> tracers
    • Method Summary

      Modifier and Type Method Description
      final List<Tracer> getTracers()
      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.MultipleTracers

        trace
      • Methods inherited from class java.lang.Object

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

      • MultipleTracers

        MultipleTracers(List<Tracer> tracers)