public class ProgressLogger extends Object
Constructor and Description |
---|
ProgressLogger(org.slf4j.Logger log,
String label,
long tickPoint,
int superTick) |
Modifier and Type | Method and Description |
---|---|
long |
finish() |
void |
finishMessage() |
long |
getTicks() |
void |
print(String fmt,
Object... args)
Print a message in the form for this ProgressLogger
|
void |
start() |
void |
startMessage() |
void |
tick() |
public ProgressLogger(org.slf4j.Logger log, String label, long tickPoint, int superTick)
Licenced under the Apache License, Version 2.0