Hacker News new | ask | show | jobs
by doikor 1651 days ago
You really shouldn't use log4j in libraries. Instead use slf4j in a library and log4j (or whatever implementation for the facade you prefer) in the application using the library.
1 comments

Tell that to thousands of existing libraries.