http://bugzilla.slf4j.org/show_bug.cgi?id=84
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #4 from [EMAIL PROTECTED] 2008-06-03 12:30 ------- Gentlemen sorry to disturb this bug again, (and thanks a lot for getCopyOfContextMap method!) Would you think it shall be good to complement getCopyOfContextMap with setContextMapValues() ? It would be equivalent in result to MDC.clear(); for (Map.Entry<String, String> entry : copyOfContextMap.entrySet()) { MDC.put(entry.getKey(), entry.getValue()); } My proposed amendments to mdc.html (Bug 87) already contain this method :-) -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev