SLF4J v_1.7.19 发布了,SLF4J是为各种loging APIs提供一个简单统一的接口,从而使得最终用户能够在部署的时候配置自己希望的loging APIs实现。 Logging API实现既可以选择直接实现SLF4J接的loging APIs如: NLOG4J、SimpleLogger。也可以通过SLF4J提供的API实现来开发相应的适配器如Log4jLoggerAdapter、 JDK14LoggerAdapter。 著名的MINA就是采用此日志组件。 改进日志: Fixed NullPointerException thrown by org.slf4j.helpers.SubstituteLogger.isDelegateEventAware(SubstituteLogger.java:353). This issue was reported by Jeffrey Zhao in SLF4J-361. Initialization of the slf4j-log4j12 module is now thread safe fixing SLF4J-358. Initialization of the slf4j-jdk14 module is now thread safe fixing SLF4J-359. 下载地址: Source code (zip) Source code (tar.gz) SLF4J v_1.7.19 发布,Java日志组件下载地址