org.jboss.dtf.testframework.coordinator2.logger
Class DefaultLogger

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator2.logger.DefaultLogger
All Implemented Interfaces:
Logger

public class DefaultLogger
extends java.lang.Object
implements Logger


Constructor Summary
DefaultLogger()
           
 
Method Summary
 void close()
           
 void error(java.lang.String text)
           
 void initialise(java.lang.String name)
           
 void log(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLogger

public DefaultLogger()
Method Detail

initialise

public void initialise(java.lang.String name)
                throws LoggerInitialisationException
Specified by:
initialise in interface Logger
Throws:
LoggerInitialisationException

error

public void error(java.lang.String text)
Specified by:
error in interface Logger

log

public void log(java.lang.String text)
Specified by:
log in interface Logger

close

public void close()
           throws LoggerException
Specified by:
close in interface Logger
Throws:
LoggerException