Class NullProgressLogger
java.lang.Object
com.xebialabs.deployit.repository.NullProgressLogger
- All Implemented Interfaces:
ProgressLogger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullProgressLogger
public NullProgressLogger()
-
-
Method Details
-
log
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.
-