public class SilentLogger extends java.lang.Object implements TaskLogger
Constructor and Description |
---|
SilentLogger() |
Modifier and Type | Method and Description |
---|---|
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.
|
public final void log(java.lang.String text)
log
in interface TaskLogger
text
- the text to log.public void error(java.lang.String arg)
TaskLogger
error
in interface TaskLogger
arg
- the string to log.public void info(java.lang.String arg)
TaskLogger
info
in interface TaskLogger
arg
- the string to log.