|
||||||||||
| 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 that return types with arguments of type LogEvent | |
|---|---|
List<LogEvent> |
WorkingMemoryInMemoryLogger.getLogEvents()
|
| Methods in org.drools.audit with parameters of type LogEvent | |
|---|---|
void |
WorkingMemoryConsoleLogger.logEventCreated(LogEvent logEvent)
|
void |
ThreadedWorkingMemoryFileLogger.logEventCreated(LogEvent logEvent)
|
void |
WorkingMemoryInMemoryLogger.logEventCreated(LogEvent logEvent)
|
void |
WorkingMemoryFileLogger.logEventCreated(LogEvent logEvent)
|
abstract void |
WorkingMemoryLogger.logEventCreated(LogEvent logEvent)
This method is invoked every time a new log event is created. |
| 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. |
class |
RuleBaseLogEvent
A rulebase event logged by the WorkingMemoryLogger. |
class |
RuleFlowGroupLogEvent
A ruleflow-group event logged by the WorkingMemoryLogger. |
class |
RuleFlowLogEvent
A ruleflow event logged by the WorkingMemoryLogger. |
class |
RuleFlowNodeLogEvent
|
class |
RuleFlowVariableLogEvent
|
| Methods in org.drools.audit.event with parameters of type LogEvent | |
|---|---|
boolean |
ActivationLogEventFilter.acceptEvent(LogEvent event)
|
boolean |
ILogEventFilter.acceptEvent(LogEvent event)
Returns whether the given event should be filtered from the event log or not. |
boolean |
WorkingMemoryLogEventFilter.acceptEvent(LogEvent event)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||