Uses of Class
de.hybris.platform.util.logging.HybrisLoggingEvent
Packages that use HybrisLoggingEvent
Package
Description
-
Uses of HybrisLoggingEvent in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo with parameters of type HybrisLoggingEventModifier and TypeMethodDescriptionvoidCronJobLogListener.log(HybrisLoggingEvent event) voidCronJobToJspLogListener.log(HybrisLoggingEvent event) If current cronjob is the one managed by this listener, the log will be printed to the managed jsp context. -
Uses of HybrisLoggingEvent in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return HybrisLoggingEventModifier and TypeMethodDescriptionImpExLogFilter.filterEvent(HybrisLoggingEvent event) Extends the message of given event if it is created from fitting thread and it is a string.Methods in de.hybris.platform.impex.jalo with parameters of type HybrisLoggingEventModifier and TypeMethodDescriptionImpExLogFilter.filterEvent(HybrisLoggingEvent event) Extends the message of given event if it is created from fitting thread and it is a string. -
Uses of HybrisLoggingEvent in de.hybris.platform.kymaintegrationservices.task
Fields in de.hybris.platform.kymaintegrationservices.task with type parameters of type HybrisLoggingEventMethods in de.hybris.platform.kymaintegrationservices.task that return types with arguments of type HybrisLoggingEventMethods in de.hybris.platform.kymaintegrationservices.task with parameters of type HybrisLoggingEventModifier and TypeMethodDescriptionvoidKymaEventEmitTaskRunnerUnitTest.TestListener.log(HybrisLoggingEvent event) -
Uses of HybrisLoggingEvent in de.hybris.platform.task.logging
Methods in de.hybris.platform.task.logging with parameters of type HybrisLoggingEvent -
Uses of HybrisLoggingEvent in de.hybris.platform.testframework.log
Subclasses of HybrisLoggingEvent in de.hybris.platform.testframework.logMethods in de.hybris.platform.testframework.log with parameters of type HybrisLoggingEventConstructors in de.hybris.platform.testframework.log with parameters of type HybrisLoggingEventModifierConstructorDescriptionTestHybrisLoggingEvent(HybrisLoggingEvent event, Map<String, String> mdcContext) -
Uses of HybrisLoggingEvent in de.hybris.platform.util.logging
Methods in de.hybris.platform.util.logging that return HybrisLoggingEventModifier and TypeMethodDescriptionstatic HybrisLoggingEventHybrisLogger.extendByFilters(HybrisLoggingEvent event) Calls all filter sequential in list order.HybrisLogFilter.filterEvent(HybrisLoggingEvent event) Is called before a log is logged.Methods in de.hybris.platform.util.logging with parameters of type HybrisLoggingEventModifier and TypeMethodDescriptionstatic HybrisLoggingEventHybrisLogger.extendByFilters(HybrisLoggingEvent event) Calls all filter sequential in list order.HybrisLogFilter.filterEvent(HybrisLoggingEvent event) Is called before a log is logged.voidHybrisLogListener.log(HybrisLoggingEvent event) Processes in its specific way given log event.static voidHybrisLogger.logToListeners(HybrisLoggingEvent event) Calls all listeners with given log event which are enabled for level of log.