[slf4j-dev] [Bug 84] Could you please implement MDC.getContext()

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Jun 3 12:30:02 CEST 2008


http://bugzilla.slf4j.org/show_bug.cgi?id=84


anton.tagunov_at_umail.ru at mailinator.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #4 from anton.tagunov_at_umail.ru at mailinator.com  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.



More information about the slf4j-dev mailing list