DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=13099>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=13099 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-22 15:23 ------- Can't add a new method to the LoggingRepository interface (as suggested in the 2007-03-07 patch) as it would break any existing implementation that did not implement the newly introduced setDefaultFactory method. Looking at the existing code and trying to keep the change minimal, it seems like the loggerFactory setting should likely only affect the current configuration() call and not affect the current LoggerRepository, otherwise you'd need to add a new LoggerRepositoryEx interface and methods on Hierarchy and still could not guarantee that a call from getLogger("foo") would return the expected class (since it might have been created prior to the configure() call). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
