net.objectlab.qalab.util
Interface TaskLogger

All Known Implementing Classes:
AntTaskLogger, BuildStatMoverTask, ConsoleLogger, SilentLogger

public interface TaskLogger

An Interface for the Logging mechanism.

Version:
$Revision: 187 $
Author:
Paramjit Rehinsi

Method Summary
 void log(java.lang.String arg)
          Generic interface for logging issue & debug info.
 

Method Detail

log

void log(java.lang.String arg)
Generic interface for logging issue & debug info.

Parameters:
arg - the string to log.