当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ILogEventFilter (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
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.
- Author:
- Kris Verlaenen
Method Summary |
boolean |
acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not. |
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-2007
JBoss Inc.. All Rights Reserved.