SLF4J v_1.8.0-alpha2发布了。
SLF4J 是为各种 loging APIs 提供一个简单统一的接口,从而使得最终用户能够在部署的时候配置自己希望的 loging APIs 实现。
更新内容:
The JPMS module names for
log4j-over-slf4j
andjcl-over-slf4j
are now based on the names of the artifacts they are intended to replace, respectively log4j v1 and commons-logging with the presumed module names "log4j" and "org.apache.commons.logging"。Removed unnecessary export of org.slf4j.jul package in module-info.jar of
slf4j-jdk14
artifact。
下载地址: