Eric Faden wrote:
> Right, but in order to do that I would have to have the level for that 
> logger set to debug and then let the appender do the filtering itself 
> correct?  

Yes.

> For instance suppose the logger is set to ERROR and the marker 
> is sent in a DEBUG.  The appender would never get the marker correct?

Yes. The appender would not see the LoggingEvent instance which would not be 
created. It's the LoggingEvent instances that contain markers.

> -Eric
-- 
Ceki Gülcü

_______________________________________________
Logback-user mailing list
Logback-user@qos.ch
http://qos.ch/mailman/listinfo/logback-user

Reply via email to