Class LogPrinter

  • All Implemented Interfaces:
    LogListener

    public class LogPrinter
    extends Object
    implements LogListener
    Prints out the received log with a prefix.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • LogPrinter

        public LogPrinter​(String id)
    • Method Detail

      • processClose

        public void processClose​(Exception t)
        Description copied from interface: LogListener
        Indicates the EOF.
        Specified by:
        processClose in interface LogListener
        Parameters:
        t - if the termination of log source is unexpected, indicate the cause of the problem.