Class LogEvent

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction

public class LogEvent extends AbstractProfileAction
A profile action that logs an event if one is found in the profile request context.
Event:
EventIds.PROCEED_EVENT_ID
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • eventContextLookupStrategy

      @Nonnull private Function<ProfileRequestContext,EventContext> eventContextLookupStrategy
      Strategy function for access to EventContext to check.
    • suppressedEvents

      @Nonnull private Set<String> suppressedEvents
      Set of events to ignore for logging purposes.
  • Constructor Details

    • LogEvent

      public LogEvent()
      Constructor.
  • Method Details