I want to do something like this in my logback.xml configuration: <if condition='!property("app.environment").equals("dev") && !property("app.environment").equals("build")'> <then> ... But that doesn't work. How to define a "AND" in a if condition? Here can I find more examples about this syntax? Ed