
16 Aug
2008
16 Aug
'08
3:08 p.m.
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ü