| Interface | Description |
|---|---|
| HybrisLogFilter |
A log filter is called before a log is logged if it is registered using
HybrisLogger.addFilter(HybrisLogFilter). |
| HybrisLogListener |
A listener which can be added to the
HybrisLogger class and therefore gets all logs logged with
HybrisLogger. |
| Class | Description |
|---|---|
| CommonsHybrisLog4jWrapper |
This class extends org.apache.commons.logging.impl.Log4JLogger and only adds the static block
static
{
de.hybris.platform.core.Log4JUtils.startup();
}
|
| 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 the
LoggingEvent class to allow modifying of the message field and to manage the deny
flag. |
| Log4j2HybrisConfigParserTest | |
| LoggingFrameworksBridgeTest | |
| Logs |
Helper methods for improving usability of Log4j logger
|
| LogsTest |
Copyright © 2018 SAP SE. All Rights Reserved.