Package org.drools.kiesession.audit
Interface ILogEventFilter
- All Known Implementing Classes:
ActivationLogEventFilter,WorkingMemoryLogEventFilter
public interface ILogEventFilter
An event filter that can be used to filter log events.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptEvent(LogEvent event) Returns whether the given event should be filtered from the event log or not.
-
Method Details
-
acceptEvent
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.
-