org.jboss.dtf.testframework.coordinator2.gui
Class GUILogger

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

public class GUILogger
extends java.lang.Object
implements Logger


Constructor Summary
GUILogger(javax.swing.JTextArea textArea)
           
 
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

GUILogger

public GUILogger(javax.swing.JTextArea textArea)
Method Detail

initialise

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

log

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

error

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

close

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