文章詳情頁
Simple Logging Facade for Java 1.0 發布
瀏覽:93日期:2024-03-10 11:48:35
Simple Logging Facade for Java 終于發布了1.0 的final版本。SLF4J 意在為不同的logging API提供一個簡單的facade,從而最終用戶根據部署的需要進行相關的實現。用戶可以直接實現 SLF4J 的接口,比如 NLOG4J 或者 SimpleLogger都是這么作的,或者我們為指定的接口實現相關的SLF4J 適配器,比如Log4jLoggerAdapter 和 JDK14LoggerAdapter。官方提到:SLF4J does not rely on any special class loader machinery. In fact, the binding between SLF4J and a given logging API implementation is performed statically at compile time. Each binding is hardwired to use one and only specific logging API implementation. Thus, SLF4J suffers from none of the class loader problems or memory leaks observed with other approaches.
標簽:
Java
相關文章:
1. Spring Web Flow 1.0 發布2. JSR 196:pluggable authentication for JEE containers 草案發布3. ajax4jsf 1.0.3 發布, 引入新的功能4. Sun 公司完整發布Java API文檔中文版5. JSWDK的發布目錄的更改6. Java應用程序的打包、發布7. JavaMail 1.4 發布8. Java搜索引擎Compass Framework 0.8.0 新版發布9. Simple Persistence for Java 1.1.0 發布10. RichFaces 2.0 -- 建立在AJAX4JSF之上的組件庫 - 發布了
排行榜