[logback-dev] [Bug 132] New: Logback manual refers to a not existing function in org.slf4j.MDC

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Mar 4 17:10:58 CET 2008


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: logback-dev at qos.ch
        ReportedBy: mfranz at intershop.de


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.



More information about the logback-dev mailing list