|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statsvn.util.ConsoleTaskLogger
Basic implementation to System.out.
| Constructor Summary | |
ConsoleTaskLogger()
|
|
| Method Summary | |
void |
error(String arg)
Generic interface for logging error. |
void |
info(String arg)
Generic interface for logging info. |
void |
log(String text)
log text to the System.out. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConsoleTaskLogger()
| Method Detail |
public final void log(String text)
log in interface TaskLoggertext - the text to log.public void error(String arg)
TaskLogger
error in interface TaskLoggerarg - the string to log.public void info(String arg)
TaskLogger
info in interface TaskLoggerarg - the string to log.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||