logback-classic-1.2.11.jar包下载

摘要

Implementation of the SLF4J API for Logback, a reliable, generic, fast and flexible logging framework 一个可靠、通用、快速和灵活的日志框架——SLF4J应用编程接口的实现。

书单推荐:成为Java顶级程序员架构师 ,这20来本(高薪)必看点击获取

书单推荐:成为Java顶级程序员架构师 ,这20来本(高薪)必看点击获取

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>