Class LoggingPipesReporter

java.lang.Object
org.apache.tika.pipes.PipesReporter
org.apache.tika.pipes.LoggingPipesReporter
All Implemented Interfaces:
Closeable, AutoCloseable

public class LoggingPipesReporter extends PipesReporter
Simple PipesReporter that logs everything at the debug level.
  • Constructor Details

    • LoggingPipesReporter

      public LoggingPipesReporter()
  • Method Details

    • report

      public void report(FetchEmitTuple t, PipesResult result, long elapsed)
      Specified by:
      report in class PipesReporter
    • error

      public void error(Throwable t)
      Description copied from class: PipesReporter
      This is called if the process has crashed. Implementers should not rely on close() to be called after this.
      Specified by:
      error in class PipesReporter
    • error

      public void error(String msg)
      Description copied from class: PipesReporter
      This is called if the process has crashed. Implementers should not rely on close() to be called after this.
      Specified by:
      error in class PipesReporter