[logback-user] Buffered Appender?

Ceki Gulcu listid at qos.ch
Sat Aug 16 17:08:07 CEST 2008



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ü



More information about the Logback-user mailing list