Hi Dave,

You need to write && instead of &&. That's all...

HTH,

On 08/11/2010 8:07 PM, Roberts, David wrote:

Is it possible to have an expression with multiple criteria?

For example:

        <filter class="ch.qos.logback.core.filter.EvaluatorFilter">

       <evaluator
class="ch.qos.logback.classic.boolex.JaninoEventEvaluator">
         <expression>(logger.equals("mylogger")&&  message.contains("my
message"))</expression>
       </evaluator>
       <OnMismatch>NEUTRAL</OnMismatch>
       <OnMatch>DENY</OnMatch>
     </filter>

I have tried encoding the&&  and using CDATA but logback still doesn't
accept it or perform correctly.


Dave

_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user

Reply via email to