|
If for some reason I decide not to use logback as the backing implementation of slf4j, I'd had to remove the contect initializer and recompile the app instead of just adding a new runtime dependency and updating some configuration. The only place in my code that logback exists is in the configuration and I'd like to keep it that way.
|