Class LoggingTraceExporter
java.lang.Object
com.yahoo.vespa.streamingvisitors.tracing.LoggingTraceExporter
- All Implemented Interfaces:
TraceExporter
Trace exporter which dumps traces and their description as warning-entries in the Vespa log.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
maybeExport
(Supplier<TraceDescription> traceDescriptionSupplier)
-
Constructor Details
-
LoggingTraceExporter
public LoggingTraceExporter()
-
-
Method Details
-
maybeExport
- Specified by:
maybeExport
in interfaceTraceExporter
-