Article
Logging in Java
Logback, Log4j, SLF4J, and many more. Anyone working with automatic
logging in Java will immediately come across
an entire range of libraries that, at first glance, seem to do the same thing:
issue log messages. So, in this article, we want to look at
why there are so many libraries in Java and how they
actually differ from each other upon closer inspection.