net.sf.statsvn.util
public class JavaUtilTaskLogger extends Object implements TaskLogger
Constructor and Description |
---|
JavaUtilTaskLogger() |
public final void log(String text)
log
in interface TaskLogger
text
- the text to log.public void error(String arg)
error
in interface TaskLogger
text
- the text to log.public void info(String arg)
info
in interface TaskLogger
text
- the text to log.