Hi!<br><br>I am experiencing a problem with the GEventEvaluator. After hours of trying around with different configurations, I could not get this to work. The Filter was simply ignored. I even tried 1 == 2  as an expression, but it was happily logging.<br>
<br>Finally I started my project in debugmode and startet stepping around the logback code.<br>Now my question:<br><br>Is it possible, that GEventEvaluator misses a call to super.start() in it&#39;s start-method?<br><br>EvaluatorFilter in my case returns FilterReply.NEUTRAL in the code-passage below, as evaluator.isStarted() returns false.<br>
<br>if (!isStarted() || !evaluator.isStarted()) {<br>      return FilterReply.NEUTRAL;<br>}<br><br><br>Regards,<br>Markward<br>