org.apache.geronimo.kernel.log
Class GeronimoLogFactory
java.lang.Object
org.apache.commons.logging.LogFactory
org.apache.geronimo.kernel.log.GeronimoLogFactory
public class GeronimoLogFactory
- extends org.apache.commons.logging.LogFactory
Fields inherited from class org.apache.commons.logging.LogFactory |
factories, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, SERVICE_ID |
Methods inherited from class org.apache.commons.logging.LogFactory |
getContextClassLoader, getFactory, getLog, getLog, newFactory, release, releaseAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoLogFactory
public GeronimoLogFactory()
getLogFactory
public org.apache.commons.logging.LogFactory getLogFactory()
setLogFactory
public void setLogFactory(org.apache.commons.logging.LogFactory logFactory)
getInstances
public Set getInstances()
getInstance
public org.apache.commons.logging.Log getInstance(Class clazz)
throws org.apache.commons.logging.LogConfigurationException
- Specified by:
getInstance
in class org.apache.commons.logging.LogFactory
- Throws:
org.apache.commons.logging.LogConfigurationException
getInstance
public org.apache.commons.logging.Log getInstance(String name)
throws org.apache.commons.logging.LogConfigurationException
- Specified by:
getInstance
in class org.apache.commons.logging.LogFactory
- Throws:
org.apache.commons.logging.LogConfigurationException
release
public void release()
- Specified by:
release
in class org.apache.commons.logging.LogFactory
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute
in class org.apache.commons.logging.LogFactory
getAttributeNames
public String[] getAttributeNames()
- Specified by:
getAttributeNames
in class org.apache.commons.logging.LogFactory
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute
in class org.apache.commons.logging.LogFactory
setAttribute
public void setAttribute(String name,
Object value)
- Specified by:
setAttribute
in class org.apache.commons.logging.LogFactory
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.