-
public class ProgressLogger
-
-
Field Summary
Fields Modifier and Type Field Description private Stringheaderprivate Function1<String, Unit>progressEachprivate LongprogressWindow
-
Method Summary
Modifier and Type Method Description final <T extends Any> Tlaunch(Function1<ProgressLogger, T> block)final Unitprogress(String message)final StringgetHeader()final Function1<String, Unit>getProgressEach()final LonggetProgressWindow()final UnitsetHeader(String header)final UnitsetProgressEach(Function1<String, Unit> progressEach)final UnitsetProgressWindow(Long progressWindow)-
-
Method Detail
-
getProgressEach
final Function1<String, Unit> getProgressEach()
-
getProgressWindow
final Long getProgressWindow()
-
setProgressEach
final Unit setProgressEach(Function1<String, Unit> progressEach)
-
setProgressWindow
final Unit setProgressWindow(Long progressWindow)
-
-
-
-