org.drools.audit.event
Interface ILogEventFilter

All Known Implementing Classes:
ActivationLogEventFilter, WorkingMemoryLogEventFilter

public interface ILogEventFilter

An event filter that can be used to filter log events.


Method Summary
 boolean acceptEvent(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.


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.