|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.statsvn.util.SilentLogger
public class SilentLogger
Basic implementation to nothingness.
| Constructor Summary | |
|---|---|
SilentLogger()
|
|
| Method Summary | |
|---|---|
void |
error(java.lang.String arg)
Generic interface for logging error. |
void |
info(java.lang.String arg)
Generic interface for logging info. |
void |
log(java.lang.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 SilentLogger()
| Method Detail |
|---|
public final void log(java.lang.String text)
log in interface TaskLoggertext - the text to log.public void error(java.lang.String arg)
TaskLogger
error in interface TaskLoggerarg - the string to log.public void info(java.lang.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 | |||||||||