qos-ch / slf4j

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

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

Open rfscholte opened 7 months ago

rfscholte commented 7 months ago

this fixes #392

ceki commented 7 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.