org.jboss.dtf.testframework.coordinator2.logger
Interface Logger
- All Known Implementing Classes:
- DefaultLogger, FileLogger, GUILogger
public interface Logger
Method Summary |
void |
close()
|
void |
error(java.lang.String text)
|
void |
initialise(java.lang.String name)
|
void |
log(java.lang.String text)
|
initialise
void initialise(java.lang.String name)
throws LoggerInitialisationException
- Throws:
LoggerInitialisationException
log
void log(java.lang.String text)
error
void error(java.lang.String text)
close
void close()
throws LoggerException
- Throws:
LoggerException