net.objectlab.qalab.util
Class ConsoleLogger

java.lang.Object
  extended by net.objectlab.qalab.util.ConsoleLogger
All Implemented Interfaces:
TaskLogger

public class ConsoleLogger
extends java.lang.Object
implements TaskLogger

Basic implementation to System.out.

Version:
$Revision: 187 $
Author:
Benoit Xhenseval

Constructor Summary
ConsoleLogger()
           
 
Method Summary
 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

ConsoleLogger

public ConsoleLogger()
Method Detail

log

public final void log(java.lang.String text)
log text to the System.out.

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