Interface ProgressLogger

All Known Implementing Classes:
NullProgressLogger

public interface ProgressLogger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String output, Object... params)
    Logs a line with new line ending of output with the list of arguments.
  • Method Details

    • log

      void log(String output, 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.