Class LoggingPipesReporter

    • Constructor Detail

      • LoggingPipesReporter

        public LoggingPipesReporter()
    • Method Detail

      • 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