Hi Mark,You'll need to learn AspectJ, then just weave into the interfaces LeftTupleSink and ObjectSink. Intercept and log the LeftTuple and Object propagations and then forward them onto the real node.
How would we do this?
Thanks,Archie_______________________________________________ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users
2011/4/26 Mark Proctor <mproctor@codehaus.org>
You can use AOP and inject sinks at each point and monitor and trace all network propagations.On 26/04/2011 16:13, nch wrote:Hi,
I need detailed drools execution traces. More than that provided by what's provided in package org.drools.audit.That is, detail on what's being done while evaluating LHS and executing RHS.Do you have any suggestions on which way to go?
Mark
_______________________________________________ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users
Kind regards.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users