Slf4j 简明教程
Discuss SLF4J
SLF4J 代表 Java 的简单记录门面。它提供了所有记录框架的简单抽象。它使用单个依赖项使用户能够使用 Log4j、Logback、JUL(java.util.logging)等任何记录框架。
SLF4J stands for Simple Logging Facade for Java. It provides a simple abstraction of all the logging frameworks. It enables a user to work with any of the logging frameworks such as Log4j, Logback, JUL (java.util.logging), etc. using single dependency.