Class CommonsHybrisLog4jWrapper

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.commons.logging.Log

    public class CommonsHybrisLog4jWrapper
    extends org.apache.commons.logging.impl.Log4JLogger
    This class extends org.apache.commons.logging.impl.Log4JLogger and only adds the static block static { de.hybris.platform.core.Log4JUtils.startup(); } to ensure commons logging is using log4j with our log4j configuration. This class is configured from ext/core/commons-logging.properties. If you want to change it, just place a file inside your extensions/resource directory which will be added to the classloader.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.apache.commons.logging.impl.Log4JLogger

        debug, debug, error, error, fatal, fatal, getLogger, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommonsHybrisLog4jWrapper

        public CommonsHybrisLog4jWrapper​(java.lang.String name)