Y
Hacker News
new
|
ask
|
show
|
jobs
by
brabel
42 days ago
The logging implementation should be an application level decision. By using a facade like slf4j a library allows an application using any logging implementation to use it. That’s why libraries should use it.
1 comments
krzyk
34 days ago
Oh, yeah - libraries yes. But for application code it is useless.
link