https://issues.apache.org/bugzilla/show_bug.cgi?id=50164

--- Comment #1 from Ralph Goers <ralph.go...@dslextreme.com> 2010-10-27 
17:11:15 EDT ---
This is strictly my opinion, but:
1. The bug here is that getAppender() is a public method on a logger. It is
really an internal method used by Log4j that is exposed publicly due to the way
Log4j was implemented and 2. This is the correct behavior. 

Log4j 1.2 calls getAppender for each Appender attached to the logger. After
doing so, if the logger is "additive" it calls delegates to the parent's logger
where the same process is followed until it either reaches a logger which isn't
additive or processes the root logger.  The change you are requesting would
cause log4j to process appenders differently than it currently does.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to