|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statsvn.util.JavaUtilTaskLogger
public class JavaUtilTaskLogger
Basic implementation to net.sf.statcvs logger.
Constructor Summary | |
---|---|
JavaUtilTaskLogger()
|
Method Summary | |
---|---|
void |
error(java.lang.String arg)
log text to the logger.severe(). |
void |
info(java.lang.String arg)
log text to the logger.info(). |
void |
log(java.lang.String text)
log text to the logger.fine(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaUtilTaskLogger()
Method Detail |
---|
public final void log(java.lang.String text)
log
in interface TaskLogger
text
- the text to log.public void error(java.lang.String arg)
error
in interface TaskLogger
text
- the text to log.public void info(java.lang.String arg)
info
in interface TaskLogger
text
- the text to log.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |