发布于 2017-03-17 04:02:41 | 469 次阅读 | 评论: 0 | 来源: 网友投递
SLF4J Java 日志组件
SLF4J是为各种loging APIs提供一个简单统一的接口,从而使得最终用户能够在部署的时候配置自己希望的loging APIs实现。 Logging API实现既可以选择直接实现SLF4J接的loging APIs如: NLOG4J、SimpleLogger。也可以通过SLF4J提供的API实现来开发相应的适配器如Log4jLoggerAdapter、JDK14LoggerAdapter。
SLF4J 1.7.25 发布了,SLF4J 是为各种 loging APIs 提供一个简单统一的接口,从而使得最终用户能够在部署的时候配置自己希望的 loging APIs 实现。
更新内容:
In slf4j-simple module, added a configuration option to enable/disable caching of the System.out/err target. This enhancement was requested in SLF4J-395 by Hervé Boutemy.
Refactored several internal methods in SimpleLogger
in order to ease its extension. This enhancement was requested in SLF4J-394by Hervé Boutemy.
Updates the serialVersionId
of BasicMarker
in order to ease diagnosis of serialization issues with this class.
下载地址: