rules icon indicating copy to clipboard operation
rules copied to clipboard

Update logging Level and allow Sub Classing

Open gatling822 opened this issue 5 years ago • 0 comments

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

gatling822 avatar Feb 16 '20 14:02 gatling822