Class NullPrinter

  • All Implemented Interfaces:
    LogListener

    public class NullPrinter
    extends Object
    implements LogListener
    Does not print anything.
    Author:
    Ullrich Hafner
    • Constructor Detail

      • NullPrinter

        public NullPrinter()
    • 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.