qos-ch / slf4j

Simple Logging Facade for Java
http://www.slf4j.org
MIT License
2.34k stars 990 forks source link

Error in the documentation (slf4j.binding) #356

Closed jeromevdl closed 1 year ago

jeromevdl commented 1 year ago

In the documentation it is written:

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.

Can you update the documentation ?

ceki commented 1 year ago

Thank you for reporting this problem. The issue has been fixed on the web site.