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=32752>. 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=32752 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-02 16:06 ------- MDC properties were merged with logger repository properties, and when that was done Ceki chose to support Strings as values in the LoggerRepository setProperty method (and change the MDC implementation to match). We could change the methods to use setProperty(String, Object) - we'd just need to change the interface signature for both MDC and LoggerRepository. Since logger repository properties are new with 1.3, I don't think it's a problem. Ceki may have stronger opinions about using strings as values, but since we can do tostring on the object and push it on to the developer to provide a reasonable toString, I don't think this is a big deal. Scott -- 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]
