Class NullProgressLogger
- java.lang.Object
-
- com.xebialabs.deployit.repository.NullProgressLogger
-
- All Implemented Interfaces:
ProgressLogger
public class NullProgressLogger extends java.lang.Object implements ProgressLogger
-
-
Constructor Summary
Constructors Constructor Description NullProgressLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog(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
public void log(java.lang.String output, java.lang.Object... params)Description copied from interface:ProgressLoggerLogs a line with new line ending of output with the list of arguments.- Specified by:
login interfaceProgressLogger- Parameters:
output- the log line to be written.params- variable arguments used in the output to be written.
-
-