Package de.hybris.platform.util.logging
-
Interface Summary Interface Description HybrisLogFilter A log filter is called before a log is logged if it is registered usingHybrisLogger.addFilter(HybrisLogFilter)
.HybrisLogListener A listener which can be added to theHybrisLogger
class and therefore gets all logs logged withHybrisLogger
. -
Class Summary Class Description CommonsHybrisLog4jWrapper This 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.
HybrisLog4j2LoggerTest HybrisLogger This is a [y]hybris specific logger which extends the log4j-Logger with an additional listener and filter concept.HybrisLoggerFactory Simple logger factory used to create new logger in [y]hybris style.HybrisLoggerHierarchy The [y]hybris logger hierarchy which uses a hybris specific logger factory instead of the normal log4j hierarchy.HybrisLoggingEvent Extended version of theLoggingEvent
class to allow modifying of the message field and to manage the deny flag.Log4j2HybrisConfigParserTest LoggingFrameworksBridgeTest Logs Helper methods for improving usability of Log4j loggerLogsTest -
Enum Summary Enum Description MDCField