Skip to content

Commit 3f47f87

Browse files
committed
Add missing javadoc to SLF4JServiceProvider.java
Had to do some digging around the logback-classic alpha release for SLF4J2 API integration to work out the nature of this behaviour. This should prevent confusion for developers of other logging implementations in the future. Signed-off-by: Ashley Scopes <73482956+ascopes@users.noreply.github.com>
1 parent eb1710a commit 3f47f87

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)