org.apache.commons.logging.tccl.custom
Class MyLogFactoryImpl
java.lang.Object
org.apache.commons.logging.LogFactory
org.apache.commons.logging.tccl.custom.MyLogFactoryImpl
public class MyLogFactoryImpl
- extends LogFactory
Methods inherited from class org.apache.commons.logging.LogFactory |
createFactory, directGetContextClassLoader, getClassLoader, getContextClassLoader, getFactory, getLog, getLog, isDiagnosticsEnabled, logRawDiagnostic, newFactory, newFactory, objectId, release, releaseAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyLogFactoryImpl
public MyLogFactoryImpl()
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute
in class LogFactory
getAttributeNames
public String[] getAttributeNames()
- Specified by:
getAttributeNames
in class LogFactory
getInstance
public Log getInstance(Class clazz)
- Specified by:
getInstance
in class LogFactory
getInstance
public Log getInstance(String name)
- Specified by:
getInstance
in class LogFactory
release
public void release()
- Specified by:
release
in class LogFactory
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute
in class LogFactory
setAttribute
public void setAttribute(String name,
Object value)
- Specified by:
setAttribute
in class LogFactory
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.