[slf4j-user] Recommendation for library writers: use thiscopy and paste wrapper around SLF4j to avoid default static initialization
Joachim Durchholz
jo at durchholz.org
Sat Mar 18 16:52:49 CET 2017
Am 17.03.2017 um 16:51 schrieb Adam Gent:
> Many library writers want to use SLF4j but may want to avoid the
> default initialization and binding process.
Actually that is the decision of the main program to make.
Libraries should simply send their log messages to SLF4J and let it
report or ignore them.
That's why I still don't really understand what you're trying to achieve.
More information about the slf4j-user
mailing list