Uses of Class
de.hybris.platform.util.logging.HybrisLoggingEvent
-
-
Uses of HybrisLoggingEvent in de.hybris.e2e.hybrisrootcauseanalysis.exceptionanalysis
Methods in de.hybris.e2e.hybrisrootcauseanalysis.exceptionanalysis with parameters of type HybrisLoggingEvent Modifier and Type Method Description voidSAPLoggingProxyListener. log(HybrisLoggingEvent e)Writes the log or trace to the physical file. -
Uses of HybrisLoggingEvent in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo with parameters of type HybrisLoggingEvent Modifier and Type Method Description voidCronJobLogListener. 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 HybrisLoggingEvent Modifier and Type Method Description HybrisLoggingEventImpExLogFilter. 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 HybrisLoggingEvent Modifier and Type Method Description HybrisLoggingEventImpExLogFilter. 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 HybrisLoggingEvent Modifier and Type Field Description java.util.List<HybrisLoggingEvent>KymaEventEmitTaskRunnerUnitTest.TestListener. eventsMethods in de.hybris.platform.kymaintegrationservices.task that return types with arguments of type HybrisLoggingEvent Modifier and Type Method Description java.util.List<HybrisLoggingEvent>KymaEventEmitTaskRunnerUnitTest.TestListener. getEvents()Methods in de.hybris.platform.kymaintegrationservices.task with parameters of type HybrisLoggingEvent Modifier and Type Method Description voidKymaEventEmitTaskRunnerUnitTest.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 Modifier and Type Method Description voidMediaFileLogListener. log(HybrisLoggingEvent event) -
Uses of HybrisLoggingEvent in de.hybris.platform.util.logging
Methods in de.hybris.platform.util.logging that return HybrisLoggingEvent Modifier and Type Method Description static HybrisLoggingEventHybrisLogger. extendByFilters(HybrisLoggingEvent event)Calls all filter sequential in list order.HybrisLoggingEventHybrisLogFilter. filterEvent(HybrisLoggingEvent event)Is called before a log is logged.Methods in de.hybris.platform.util.logging with parameters of type HybrisLoggingEvent Modifier and Type Method Description static HybrisLoggingEventHybrisLogger. extendByFilters(HybrisLoggingEvent event)Calls all filter sequential in list order.HybrisLoggingEventHybrisLogFilter. 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.
-