发布于 2016-03-01 03:19:53 | 172 次阅读 | 评论: 0 | 来源: 网友投递
SLF4J Java 日志组件
SLF4J是为各种loging APIs提供一个简单统一的接口,从而使得最终用户能够在部署的时候配置自己希望的loging APIs实现。 Logging API实现既可以选择直接实现SLF4J接的loging APIs如: NLOG4J、SimpleLogger。也可以通过SLF4J提供的API实现来开发相应的适配器如Log4jLoggerAdapter、JDK14LoggerAdapter。
SLF4J 1.7.18 发布了,该版本修复了两个问题:
Initialization of the slf4j-simple module is now thread safe fixing SLF4J-356.
Fixed Import-Package statement in MANIFEST.MF for the slf4j-log4j12 module. This isssue was reported by Mathieu Sebire in SLF4J-357 who also provided the relevant pull request.
下载地址:
https://github.com/qos-ch/slf4j/releases/tag/v_1.7.18