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