public final class AntTaskLogger extends java.lang.Object implements TaskLogger
Modifier and Type | Method and Description |
---|---|
void |
error(java.lang.String arg)
Uses the Ant mechanism to log the text.
|
void |
info(java.lang.String arg)
Uses the Ant mechanism to log the text.
|
void |
log(java.lang.String text)
Uses the Ant mechanism to log the text.
|
public void log(java.lang.String text)
log
in interface TaskLogger
text
- to be logged.public void error(java.lang.String arg)
error
in interface TaskLogger
text
- to be logged.public void info(java.lang.String arg)
info
in interface TaskLogger
text
- to be logged.