Hi,
I'm using the 4.0 version of the rules engine. In the old version we were
able to enable auditing by doing this
WorkingMemory workingMemory = ruleBase.newWorkingMemory();
// create a new Working Memory Logger, that logs to file.
WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger(workingMemory);
Now if I use a stateful session, I can still do this. StateFulSession
extends WorkingMemory. For StatelessSession, however, this is not possible.
It does not extend WorkingMemory. Is there anyway I can have auditing for
StatelessSession?
Appreciate your help.
Thanks
Budyanto