Reliance on SLF4J makes logging configuration problematic #192
Description
Summary
I'm the author of a newer SLF4J facade called RainbowGum: https://github.com/jstachio/rainbowgum
Rainbow Gum is unique for several reasons but one of the biggest reasons is that it does not provide its own configuration framework. All it needs is Function<String,String>
.
Unfortunately your library cannot be used to provide Rainbow Gum with configuration as it will initialize too soon via SLF4J.
Currently we provide support for avaje-config and soon typesafe/lightbend config.
The library is also missing module-info.java
.
However I have feeling the above will probably not interest you guys but I thought I would just mention it as I do think your library is kind of cool and have a similar in-house configuration library (as in not OSS).
Feel free to close if out of scope.