org.apache.beehive.netui.util.logging
Class StrutsLogFactory
Object
LogFactory
StrutsLogFactory
public class StrutsLogFactory
- extends LogFactory
Fields inherited from class LogFactory |
factories, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, SERVICE_ID |
Methods inherited from class LogFactory |
getContextClassLoader, getFactory, getLog, getLog, newFactory, release, releaseAll |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected Hashtable attributes
instances
protected Hashtable instances
StrutsLogFactory
public StrutsLogFactory()
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)
throws LogConfigurationException
- Specified by:
getInstance
in class LogFactory
- Throws:
LogConfigurationException
getInstance
public Log getInstance(String name)
throws LogConfigurationException
- Specified by:
getInstance
in class LogFactory
- Throws:
LogConfigurationException
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
newInstance
protected Log newInstance(String name)
throws LogConfigurationException
- Throws:
LogConfigurationException