[JIRA] Resolved: (LBSITE-13) Logback manual refers to a not existing function in org.slf4j.MDC

[ http://jira.qos.ch/browse/LBSITE-13?page=com.atlassian.jira.plugin.system.is... ] Ceki Gulcu resolved LBSITE-13. ------------------------------ Fix Version/s: 0.9.10 Resolution: Fixed Resolved in revision 1777
Logback manual refers to a not existing function in org.slf4j.MDC -----------------------------------------------------------------
Key: LBSITE-13 URL: http://jira.qos.ch/browse/LBSITE-13 Project: logback-site Issue Type: Bug Components: Documentation Affects Versions: unspecified Environment: Operating System: All Platform: All Reporter: Michael Franz Assignee: Logback dev list Fix For: 0.9.10
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.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (1)
-
Ceki Gulcu (JIRA)