http://bugzilla.qos.ch/show_bug.cgi?id=132

           Summary: Logback manual refers to a not existing function in
                    org.slf4j.MDC
           Product: logback-site
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Documentation
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The logback manual chapter 7 says:

package org.slf4j;

public class MDC {
...
  //Returns the keys in the MDC as a Set. The returned value can be null.
  public static Set<String> getKeys();
}

But the method getKeys() is not part of the released slf4j API (versions 1.4.3
and 1.5.0).

This method exists only within the LogbackMDCAdapter.


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to