Skip to content

Commit

Permalink
Merge pull request #310 from ascopes/patch-1
Browse files Browse the repository at this point in the history
Add missing javadoc to SLF4JServiceProvider.java
  • Loading branch information
ceki committed Sep 25, 2022
2 parents eb1710a + 3f47f87 commit 7686020
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -39,6 +39,14 @@ public interface SLF4JServiceProvider {
*/
public MDCAdapter getMDCAdapter();

/**
* Return the maximum API version for SLF4J that the logging
* implementation supports.
*
* <p>For example: {@code "2.0.1"}.
*
* @return the string API version.
*/
public String getRequestedApiVersion();

/**
Expand Down

0 comments on commit 7686020

Please sign in to comment.