SLF4J
Posted flowerbear
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SLF4J相关的知识,希望对你有一定的参考价值。
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks, such as java.util.logging, logback and log4j. SLF4J allows the end-user to plug in the desired logging framework at deployment time. Note that SLF4J-enabling your library/application implies the addition of only a single mandatory dependency, namely slf4j-api-2.0.0-alpha2-SNAPSHOT.jar.
http://www.slf4j.org/manual.html
以上是关于SLF4J的主要内容,如果未能解决你的问题,请参考以下文章