rules
rules copied to clipboard
Update logging Level and allow Sub Classing
We have been using this awesome rules engine for almost 2 years thing have been great but recently we added more rule the performance started to degrade. We found that one improvement was to stop creating the log statement for every matched rule.
Second we found a use case where would would like to use more features of the MVEL sub system, and use the compiled rules and that are created in the Engine.java so adding the ability subclass the Engine.java would allow use to extend the functionality if needed.
Resolves #7