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 Object
getAttribute(String string)
Deprecated.String[]
getAttributeNames()
Deprecated.org.apache.commons.logging.Log
getInstance(Class aClass)
Deprecated.org.apache.commons.logging.Log
getInstance(String string)
Deprecated.void
release()
Deprecated.void
removeAttribute(String string)
Deprecated.void
setAttribute(String string, Object object)
Deprecated.
-
-
-
Method Detail
-
getAttribute
public Object getAttribute(String string)
Deprecated.- Specified by:
getAttribute
in classorg.apache.commons.logging.LogFactory
-
getAttributeNames
public String[] getAttributeNames()
Deprecated.- Specified by:
getAttributeNames
in classorg.apache.commons.logging.LogFactory
-
getInstance
public org.apache.commons.logging.Log getInstance(Class aClass) throws org.apache.commons.logging.LogConfigurationException
Deprecated.- Specified by:
getInstance
in 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:
getInstance
in classorg.apache.commons.logging.LogFactory
- Throws:
org.apache.commons.logging.LogConfigurationException
-
release
public void release()
Deprecated.- Specified by:
release
in classorg.apache.commons.logging.LogFactory
-
removeAttribute
public void removeAttribute(String string)
Deprecated.- Specified by:
removeAttribute
in classorg.apache.commons.logging.LogFactory
-
-