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

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

public class LoggerFactorySingleton
extends Object

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

Author:
Sebastien Chassande-Barrioz

Constructor Summary
LoggerFactorySingleton()
           
 
Method Summary
static LoggerFactory getLoggerFactory(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(String classname)
                                      throws ClassNotFoundException,
                                             InstantiationException,
                                             IllegalAccessException
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException


Copyright © 2012 OW2 Consortium. All Rights Reserved.