Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-33

Logback manual refers to a not existing function in org.slf4j.MDC

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • logback-site
    • None
    • Operating System: All
      Platform: All

    • 132

    Description

      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.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            mfranz@intershop.de Michael Franz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: