SLF4J-SImple Logging Facade for Java

The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.

Reference

http://www.slf4j.org

原文地址:https://www.cnblogs.com/greatdreams/p/3520648.html