Class 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.html
    A 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 Detail

      • CommonsLogFactory

        public CommonsLogFactory()
        Deprecated.
    • Method Detail

      • getAttribute

        public Object getAttribute​(String string)
        Deprecated.
        Specified by:
        getAttribute in class org.apache.commons.logging.LogFactory
      • getAttributeNames

        public String[] getAttributeNames()
        Deprecated.
        Specified by:
        getAttributeNames in class org.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 class org.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 class org.apache.commons.logging.LogFactory
        Throws:
        org.apache.commons.logging.LogConfigurationException
      • release

        public void release()
        Deprecated.
        Specified by:
        release in class org.apache.commons.logging.LogFactory
      • removeAttribute

        public void removeAttribute​(String string)
        Deprecated.
        Specified by:
        removeAttribute in class org.apache.commons.logging.LogFactory
      • setAttribute

        public void setAttribute​(String string,
                                 Object object)
        Deprecated.
        Specified by:
        setAttribute in class org.apache.commons.logging.LogFactory