public final class TinylogLogFactory
extends org.apache.commons.logging.LogFactory
| Constructor and Description |
|---|
TinylogLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
String[] |
getAttributeNames() |
org.apache.commons.logging.Log |
getInstance(Class clazz) |
org.apache.commons.logging.Log |
getInstance(String name) |
void |
release() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object value) |
public org.apache.commons.logging.Log getInstance(Class clazz)
getInstance in class org.apache.commons.logging.LogFactorypublic org.apache.commons.logging.Log getInstance(String name)
getInstance in class org.apache.commons.logging.LogFactorypublic String[] getAttributeNames()
getAttributeNames in class org.apache.commons.logging.LogFactorypublic Object getAttribute(String name)
getAttribute in class org.apache.commons.logging.LogFactorypublic void setAttribute(String name, Object value)
setAttribute in class org.apache.commons.logging.LogFactorypublic void removeAttribute(String name)
removeAttribute in class org.apache.commons.logging.LogFactorypublic void release()
release in class org.apache.commons.logging.LogFactoryCopyright © 2017. All rights reserved.