SINCE 2.0.8 You can specify the provider class explicitly via the "slf4j.binding" system property. This bypasses the service loader mechanism for finding providers and may shorten SLF4J initialization.
But looking at the code (here), it is not slf4j.binding but slf4j.provider.
In the documentation it is written:
But looking at the code (here), it is not
slf4j.binding
butslf4j.provider
.Can you update the documentation ?