Package de.hybris.platform.util.logging
package de.hybris.platform.util.logging
-
ClassDescriptionThis 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.A log filter is called before a log is logged if it is registered usingHybrisLogger.addFilter(HybrisLogFilter).This is a [y]hybris specific logger which extends the log4j-Logger with an additional listener and filter concept.Simple logger factory used to create new logger in [y]hybris style.Extended version of theLoggingEventclass to allow modifying of the message field and to manage the deny flag.A listener which can be added to theHybrisLoggerclass and therefore gets all logs logged withHybrisLogger.Helper methods for improving usability of Log4j logger