Uses of Interface
org.pipservices3.components.trace.ITracer
Packages that use ITracer
-
Uses of ITracer in org.pipservices3.components.trace
Classes in org.pipservices3.components.trace that implement ITracerModifier and TypeClassDescriptionclassAbstract tracer that caches recorded traces in memory and periodically dumps them.classAggregates all tracers from component references under a single component.classTracer that dumps recorded traces to logger. ### Configuration parameters ### - options: - log_level: log level to record traces (default: debug) ### References ### *:logger:*:*:1.0 (optional)ILoggercomponents to dump the captured counters *:context-info:*:*:1.0 (optional)ContextInfoto detect the context id and specify counters sourceclassDummy implementation of tracer that doesn't do anything.Fields in org.pipservices3.components.trace with type parameters of type ITracerConstructors in org.pipservices3.components.trace with parameters of type ITracerModifierConstructorDescriptionTraceTiming(String correlationId, String component, String operation, ITracer tracer) Creates a new instance of the timing callback object.