Get to know more about Log4j2 and SLF4J — Overview In the previous post, we introduced some of the most commonly used logging frameworks in Java including JUL, SLF4J, Logback, Log4J, Log4J2, in which SLF4J is a special one that provides a simple facade or wrapper API over different logging frameworks. …