org.apache.juli.logging
Class LogFactory
java.lang.Object
org.apache.juli.logging.LogFactory
- Direct Known Subclasses:
- TomEELogConfigurer
public class LogFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_PROPERTY
public static final String FACTORY_PROPERTY
- See Also:
- Constant Field Values
FACTORY_DEFAULT
public static final String FACTORY_DEFAULT
- See Also:
- Constant Field Values
FACTORY_PROPERTIES
public static final String FACTORY_PROPERTIES
- See Also:
- Constant Field Values
HASHTABLE_IMPLEMENTATION_PROPERTY
public static final String HASHTABLE_IMPLEMENTATION_PROPERTY
- See Also:
- Constant Field Values
LogFactory
protected LogFactory()
setSingleton
protected static void setSingleton(LogFactory singleton)
getNames
public Collection<String> getNames()
getInstance
public org.apache.juli.logging.Log getInstance(String name)
throws org.apache.juli.logging.LogConfigurationException
- Throws:
org.apache.juli.logging.LogConfigurationException
release
public void release()
getAttribute
public Object getAttribute(String name)
getAttributeNames
public String[] getAttributeNames()
removeAttribute
public void removeAttribute(String name)
setAttribute
public void setAttribute(String name,
Object value)
getInstance
public org.apache.juli.logging.Log getInstance(Class<?> clazz)
throws org.apache.juli.logging.LogConfigurationException
- Throws:
org.apache.juli.logging.LogConfigurationException
getFactory
public static LogFactory getFactory()
throws org.apache.juli.logging.LogConfigurationException
- Throws:
org.apache.juli.logging.LogConfigurationException
getLog
public static org.apache.juli.logging.Log getLog(Class<?> clazz)
throws org.apache.juli.logging.LogConfigurationException
- Throws:
org.apache.juli.logging.LogConfigurationException
getLog
public static org.apache.juli.logging.Log getLog(String name)
throws org.apache.juli.logging.LogConfigurationException
- Throws:
org.apache.juli.logging.LogConfigurationException
release
public static void release(ClassLoader classLoader)
releaseAll
public static void releaseAll()
objectId
public static String objectId(Object o)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.