Interface ProgressLogger
- All Known Implementing Classes:
NullProgressLogger
public interface ProgressLogger
-
Method Summary
-
Method Details
-
log
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.
-