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-394 by Hervé Boutemy.
Updates the serialVersionId of BasicMarker in order to ease diagnosis of serialization issues with this class.
软件详情:https://github.com/qos-ch/slf4j/
下载地址:https://github.com/qos-ch/slf4j/archive/v_1.7.25.zip
来自:开源中国社区

