Understanding Java Logging Hell: The Basics [Video]
Understanding Java Logging Hell: The Basics [Video]
Take a journey through logging in Java with this explanation of the more popular logging libraries out there and how to combine them.
Join the DZone community and get the full member experience.
Join For FreeWhen it comes down to logging in Java land, there's a ton of different logging libraries available: Log4j V1, Log4j V2, Commons Logging, Java Util Logging, Logback, Slf4j, and many more.
This episode will give you a quick intro on how to get started with logging in the Java world and what happens if you combine all of them in a single project and will also introduce the "Simple Logging Facade" for Java, SLF4j.
Published at DZone with permission of Marco Behler . See the original article here.
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}