Class NullProgressLogger

java.lang.Object
com.xebialabs.deployit.repository.NullProgressLogger
All Implemented Interfaces:
ProgressLogger

public class NullProgressLogger extends Object implements ProgressLogger
  • Constructor Details

    • NullProgressLogger

      public NullProgressLogger()
  • Method Details

    • log

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