Interface ProgressLogger

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • log

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