|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogEvent | |
|---|---|
| org.drools.audit | This is a utility for providing audit trails/explanations of rule actions. |
| org.drools.audit.event | |
| Uses of LogEvent in org.drools.audit |
|---|
| Methods in org.drools.audit with parameters of type LogEvent | |
|---|---|
abstract void |
WorkingMemoryLogger.logEventCreated(LogEvent logEvent)
This method is invoked every time a new log event is created. |
void |
WorkingMemoryFileLogger.logEventCreated(LogEvent logEvent)
|
| Uses of LogEvent in org.drools.audit.event |
|---|
| Subclasses of LogEvent in org.drools.audit.event | |
|---|---|
class |
ActivationLogEvent
An activation event logged by the WorkingMemoryLogger. |
class |
ObjectLogEvent
An object event logged by the WorkingMemoryLogger. |
| Methods in org.drools.audit.event with parameters of type LogEvent | |
|---|---|
boolean |
WorkingMemoryLogEventFilter.acceptEvent(LogEvent event)
|
boolean |
ILogEventFilter.acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not. |
boolean |
ActivationLogEventFilter.acceptEvent(LogEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||