DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10185>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10185 AsyncAppender.close() does not call close() on attached appenders ------- Additional Comments From [EMAIL PROTECTED] 2002-06-24 17:25 ------- I wrote to the log4j-dev mailingn list the other day and received the following reply back from Ceki: "You are correct to observe that AsyncAppender.close does not close embedded appenders. The rationale behind this behavior is that embedded appenders might be attached somewhere else, so closing them when AsyncAppender is closed would be somewhat heavy handed and possibly incorrect. This "foresightful" reasoning is doubtful because attaching the same appender to more than one logger is often problematic and consequently discouraged. It would much simpler if AsyncAppender.close also closed embedded appenders. I would appreciate if you could enter a bug report so that the problem is not forgotten. (I admit its a problem.)" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>