Package org.jivesoftware.util.log.util
Class CommonsLogFactory
- java.lang.Object
-
- org.apache.commons.logging.LogFactory
-
- org.jivesoftware.util.log.util.CommonsLogFactory
-
@Deprecated public class CommonsLogFactory extends org.apache.commons.logging.LogFactory
Deprecated.Openfire uses SLF4J's 'jcl-over-slf4j' instead. See http://www.slf4j.org/legacy.htmlA LogFactory implementation to override the default commons-logging behavior. All log statements are written to the Openfire logs. Info level logging is sent to debug.
-
-
Constructor Summary
Constructors Constructor Description CommonsLogFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetAttribute(String string)Deprecated.String[]getAttributeNames()Deprecated.org.apache.commons.logging.LoggetInstance(Class aClass)Deprecated.org.apache.commons.logging.LoggetInstance(String string)Deprecated.voidrelease()Deprecated.voidremoveAttribute(String string)Deprecated.voidsetAttribute(String string, Object object)Deprecated.
-
-
-
Method Detail
-
getAttribute
public Object getAttribute(String string)
Deprecated.- Specified by:
getAttributein classorg.apache.commons.logging.LogFactory
-
getAttributeNames
public String[] getAttributeNames()
Deprecated.- Specified by:
getAttributeNamesin classorg.apache.commons.logging.LogFactory
-
getInstance
public org.apache.commons.logging.Log getInstance(Class aClass) throws org.apache.commons.logging.LogConfigurationException
Deprecated.- Specified by:
getInstancein classorg.apache.commons.logging.LogFactory- Throws:
org.apache.commons.logging.LogConfigurationException
-
getInstance
public org.apache.commons.logging.Log getInstance(String string) throws org.apache.commons.logging.LogConfigurationException
Deprecated.- Specified by:
getInstancein classorg.apache.commons.logging.LogFactory- Throws:
org.apache.commons.logging.LogConfigurationException
-
release
public void release()
Deprecated.- Specified by:
releasein classorg.apache.commons.logging.LogFactory
-
removeAttribute
public void removeAttribute(String string)
Deprecated.- Specified by:
removeAttributein classorg.apache.commons.logging.LogFactory
-
-