qos-ch / slf4j

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

fix: Explicit provider fails when used with module system #393

Open rfscholte opened 9 months ago

rfscholte commented 9 months ago

this fixes #392

ceki commented 9 months ago

@rfscholte Thank you very much for this PR. However, going directly to the explicitly specified provider skips the initialization of available providers, possibly saving a few hundred milliseconds at initialization time.