org.objectweb.util.monolog.wrapper.common
Class LoggerFactorySingleton

java.lang.Object
  extended by org.objectweb.util.monolog.wrapper.common.LoggerFactorySingleton

public class LoggerFactorySingleton
extends java.lang.Object

This static class is only used to reference one LoggerFactory instance.

Author:
Sebastien Chassande-Barrioz

Constructor Summary
LoggerFactorySingleton()
           
 
Method Summary
static LoggerFactory getLoggerFactory(java.lang.String classname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerFactorySingleton

public LoggerFactorySingleton()
Method Detail

getLoggerFactory

public static LoggerFactory getLoggerFactory(java.lang.String classname)
                                      throws java.lang.ClassNotFoundException,
                                             java.lang.InstantiationException,
                                             java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException