Class LoggingTraceExporter

  • All Implemented Interfaces:
    TraceExporter

    public class LoggingTraceExporter
    extends java.lang.Object
    implements TraceExporter
    Trace exporter which dumps traces and their description as warning-entries in the Vespa log.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void maybeExport​(java.util.function.Supplier<TraceDescription> traceDescriptionSupplier)  
      • Methods inherited from class java.lang.Object

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

      • LoggingTraceExporter

        public LoggingTraceExporter()