SLF4J – Simple Logging Facade for Java
The Simple Logging Facade for Java or (SLF4J) [1] serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time.
SLF4J source code and binaries are distributed under the MIT license.