Skip to content

Commit 7686020

Browse files
authored
Merge pull request #310 from ascopes/patch-1
Add missing javadoc to SLF4JServiceProvider.java
2 parents eb1710a + 3f47f87 commit 7686020

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

slf4j-api/src/main/java/org/slf4j/spi/SLF4JServiceProvider.java

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ public interface SLF4JServiceProvider {
3939
*/
4040
public MDCAdapter getMDCAdapter();
4141

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+
*/
4250
public String getRequestedApiVersion();
4351

4452
/**

0 commit comments

Comments
 (0)