Class LoggingTraceExporter
- java.lang.Object
-
- com.yahoo.vespa.streamingvisitors.tracing.LoggingTraceExporter
-
- All Implemented Interfaces:
TraceExporter
public class LoggingTraceExporter extends Object implements TraceExporter
Trace exporter which dumps traces and their description as warning-entries in the Vespa log.
-
-
Constructor Summary
Constructors Constructor Description LoggingTraceExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
maybeExport(Supplier<TraceDescription> traceDescriptionSupplier)
-
-
-
Method Detail
-
maybeExport
public void maybeExport(Supplier<TraceDescription> traceDescriptionSupplier)
- Specified by:
maybeExport
in interfaceTraceExporter
-
-