Class Tracing


  • public final class Tracing
    extends java.lang.Object
    Class that manages a global instance of the TraceComponent.
    Since:
    0.5
    • Field Detail

      • logger

        private static final java.util.logging.Logger logger
    • Constructor Detail

      • Tracing

        private Tracing()
    • Method Detail

      • getTracer

        public static Tracer getTracer()
        Returns the global Tracer.
        Returns:
        the global Tracer.
        Since:
        0.5
      • getClock

        public static Clock getClock()
        Returns the global Clock.
        Returns:
        the global Clock.
        Since:
        0.5
      • getExportComponent

        public static ExportComponent getExportComponent()
        Returns the global ExportComponent.
        Returns:
        the global ExportComponent.
        Since:
        0.5
      • getTraceConfig

        public static TraceConfig getTraceConfig()
        Returns the global TraceConfig.
        Returns:
        the global TraceConfig.
        Since:
        0.5
      • loadTraceComponent

        static TraceComponent loadTraceComponent​(@Nullable
                                                 java.lang.ClassLoader classLoader)