org.jboss.dtf.testframework.utils.logging
Class LoggingFactory

java.lang.Object
  extended by org.jboss.dtf.testframework.utils.logging.LoggingFactory

public class LoggingFactory
extends java.lang.Object


Constructor Summary
LoggingFactory()
           
 
Method Summary
static LoggingService getDefaultLogger()
           
static LoggingService getDefaultLogger(java.lang.String loggerURL)
           
static LoggingService getLogger(java.lang.String classname)
           
static LoggingService getLogger(java.lang.String classname, java.lang.String loggerURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingFactory

public LoggingFactory()
Method Detail

getDefaultLogger

public static LoggingService getDefaultLogger(java.lang.String loggerURL)
                                       throws LoggingServiceException
Throws:
LoggingServiceException

getDefaultLogger

public static LoggingService getDefaultLogger()
                                       throws LoggingServiceException
Throws:
LoggingServiceException

getLogger

public static LoggingService getLogger(java.lang.String classname)
                                throws LoggingServiceException
Throws:
LoggingServiceException

getLogger

public static LoggingService getLogger(java.lang.String classname,
                                       java.lang.String loggerURL)
                                throws LoggingServiceException
Throws:
LoggingServiceException