Package de.hybris.platform.util.logging
Class CommonsHybrisLog4jWrapper
- java.lang.Object
-
- org.apache.commons.logging.impl.Log4JLogger
-
- de.hybris.platform.util.logging.CommonsHybrisLog4jWrapper
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.commons.logging.Log
public class CommonsHybrisLog4jWrapper extends org.apache.commons.logging.impl.Log4JLoggerThis class extends org.apache.commons.logging.impl.Log4JLogger and only adds the static blockstatic { 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
-
-
Constructor Summary
Constructors Constructor Description CommonsHybrisLog4jWrapper(java.lang.String name)
-