Skip to content

Commit

Permalink
Add missing javadoc to SLF4JServiceProvider.java
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ascopes committed Sep 25, 2022
1 parent eb1710a commit c0f49f6
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 c0f49f6

Please sign in to comment.