Class NullProgressLogger

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.String output, java.lang.Object... params)
      Logs a line with new line ending of output with the list of arguments.
      • Methods inherited from class java.lang.Object

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

      • NullProgressLogger

        public NullProgressLogger()
    • Method Detail

      • log

        public void log​(java.lang.String output,
                        java.lang.Object... params)
        Description copied from interface: ProgressLogger
        Logs a line with new line ending of output with the list of arguments.
        Specified by:
        log in interface ProgressLogger
        Parameters:
        output - the log line to be written.
        params - variable arguments used in the output to be written.