org.apache.jena.atlas.logging
Class ProgressLogger
java.lang.Object
org.apache.jena.atlas.logging.ProgressLogger
public class ProgressLogger
- extends Object
Progress monitor
|
Constructor Summary |
ProgressLogger(org.slf4j.Logger log,
String label,
long tickPoint,
int superTick)
|
ProgressLogger
public ProgressLogger(org.slf4j.Logger log,
String label,
long tickPoint,
int superTick)
startMessage
public void startMessage()
finishMessage
public void finishMessage()
start
public void start()
finish
public long finish()
getTicks
public long getTicks()
tick
public void tick()
print
public void print(String fmt,
Object... args)
- Print a message in the form for this ProgressLogger
Licenced under the Apache License, Version 2.0