We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb1710a + 3f47f87 commit 7686020Copy full SHA for 7686020
slf4j-api/src/main/java/org/slf4j/spi/SLF4JServiceProvider.java
@@ -39,6 +39,14 @@ public interface SLF4JServiceProvider {
39
*/
40
public MDCAdapter getMDCAdapter();
41
42
+ /**
43
+ * Return the maximum API version for SLF4J that the logging
44
+ * implementation supports.
45
+ *
46
+ * <p>For example: {@code "2.0.1"}.
47
48
+ * @return the string API version.
49
+ */
50
public String getRequestedApiVersion();
51
52
/**
0 commit comments