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 TaskLoggertext - the text to log.public void error(java.lang.String arg)
TaskLoggererror in interface TaskLoggerarg - the string to log.public void info(java.lang.String arg)
TaskLoggerinfo in interface TaskLoggerarg - the string to log.