diff --git a/slf4j-api/src/main/java/org/slf4j/spi/SLF4JServiceProvider.java b/slf4j-api/src/main/java/org/slf4j/spi/SLF4JServiceProvider.java index cfa8d08a6..83e087419 100755 --- a/slf4j-api/src/main/java/org/slf4j/spi/SLF4JServiceProvider.java +++ b/slf4j-api/src/main/java/org/slf4j/spi/SLF4JServiceProvider.java @@ -39,6 +39,14 @@ public interface SLF4JServiceProvider { */ public MDCAdapter getMDCAdapter(); + /** + * Return the maximum API version for SLF4J that the logging + * implementation supports. + * + *

For example: {@code "2.0.1"}. + * + * @return the string API version. + */ public String getRequestedApiVersion(); /**