net.objectlab.qalab.ant
Class AntTaskLogger

java.lang.Object
  extended by net.objectlab.qalab.ant.AntTaskLogger
All Implemented Interfaces:
TaskLogger

public final class AntTaskLogger
extends java.lang.Object
implements TaskLogger

This class wraps up an Ant task which is going to be used to log some text when the tool is used with Ant.

 

Method Summary
 void log(java.lang.String text)
          Uses the Ant mechanism to log the text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public void log(java.lang.String text)
Uses the Ant mechanism to log the text.

Specified by:
log in interface TaskLogger
Parameters:
text - to be logged.