public class ApacheCommonsAdaptingLogFactory
extends org.apache.commons.logging.LogFactory
| Modifier and Type | Field and Description |
|---|---|
static IAgentLogger |
LOG |
| Constructor and Description |
|---|
ApacheCommonsAdaptingLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name) |
java.lang.String[] |
getAttributeNames() |
org.apache.commons.logging.Log |
getInstance(java.lang.Class clazz) |
org.apache.commons.logging.Log |
getInstance(java.lang.String name) |
void |
release() |
void |
removeAttribute(java.lang.String name) |
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
public static final IAgentLogger LOG
public java.lang.Object getAttribute(java.lang.String name)
getAttribute in class org.apache.commons.logging.LogFactorypublic java.lang.String[] getAttributeNames()
getAttributeNames in class org.apache.commons.logging.LogFactorypublic org.apache.commons.logging.Log getInstance(java.lang.Class clazz)
throws org.apache.commons.logging.LogConfigurationException
getInstance in class org.apache.commons.logging.LogFactoryorg.apache.commons.logging.LogConfigurationExceptionpublic org.apache.commons.logging.Log getInstance(java.lang.String name)
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(java.lang.String name)
removeAttribute in class org.apache.commons.logging.LogFactorypublic void setAttribute(java.lang.String name,
java.lang.Object value)
setAttribute in class org.apache.commons.logging.LogFactory