Package org.drools.core.audit.event
Interface ILogEventFilter
-
- All Known Implementing Classes:
ActivationLogEventFilter,WorkingMemoryLogEventFilter
public interface ILogEventFilterAn event filter that can be used to filter log events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacceptEvent(LogEvent event)Returns whether the given event should be filtered from the event log or not.
-
-
-
Method Detail
-
acceptEvent
boolean acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not.- Parameters:
event- The log event- Returns:
- Whether the event should be filtered from the event log or not.
-
-