public class CommonsLogFactory
extends org.apache.commons.logging.LogFactory
| Constructor and Description |
|---|
CommonsLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String string) |
String[] |
getAttributeNames() |
org.apache.commons.logging.Log |
getInstance(Class aClass) |
org.apache.commons.logging.Log |
getInstance(String string) |
void |
release() |
void |
removeAttribute(String string) |
void |
setAttribute(String string,
Object object) |
public Object getAttribute(String string)
getAttribute in class org.apache.commons.logging.LogFactorypublic String[] getAttributeNames()
getAttributeNames in class org.apache.commons.logging.LogFactorypublic org.apache.commons.logging.Log getInstance(Class aClass) throws org.apache.commons.logging.LogConfigurationException
getInstance in class org.apache.commons.logging.LogFactoryorg.apache.commons.logging.LogConfigurationExceptionpublic org.apache.commons.logging.Log getInstance(String string) throws org.apache.commons.logging.LogConfigurationException
getInstance in class org.apache.commons.logging.LogFactoryorg.apache.commons.logging.LogConfigurationExceptionpublic void release()
release in class org.apache.commons.logging.LogFactorypublic void removeAttribute(String string)
removeAttribute in class org.apache.commons.logging.LogFactoryCopyright © 2003-2008 Jive Software.