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-1.7.13.jar.java


##api

SLF4j 更像是一个容器 能够容纳 不一样的logging such as java.util.logging, logback and log4j.app

相关文章
相关标签/搜索