Implementation of the SLF4J API for Logback, a reliable, generic, fast and flexible logging framework.
一个可靠、通用、快速和灵活的日志框架——SLF4J应用编程接口的实现。
安装教程
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<scope>test</scope>
</dependency>
- 本地下载(推荐): 本地下载