net.objectlab.qalab.util
Class SilentLogger

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

public class SilentLogger
extends java.lang.Object
implements TaskLogger

Basic implementation to nothingness.

Version:
$Revision$
Author:
Benoit Xhenseval

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

SilentLogger

public SilentLogger()
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.