文章詳情頁
Simple Logging Facade for Java 1.0 發(fā)布
瀏覽:117日期:2024-03-10 11:48:35
Simple Logging Facade for Java 終于發(fā)布了1.0 的final版本。SLF4J 意在為不同的logging API提供一個簡單的facade,從而最終用戶根據(jù)部署的需要進(jìn)行相關(guān)的實(shí)現(xiàn)。用戶可以直接實(shí)現(xiàn) SLF4J 的接口,比如 NLOG4J 或者 SimpleLogger都是這么作的,或者我們?yōu)橹付ǖ慕涌趯?shí)現(xiàn)相關(guān)的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.
標(biāo)簽:
Java
相關(guān)文章:
1. JavaMail 1.4 發(fā)布2. JSR 224 - Java EE 5 最終草案發(fā)布3. MindTerm 3.0 發(fā)布-基于Java的SSH客戶端4. Spring Framework 1.2.7 發(fā)布-Matrix提供鏡象下載5. Java App表達(dá)式語言最終版MVEL 2.0 發(fā)布6. Java剖析工具JProfiler 4.2 發(fā)布7. JSR 198 標(biāo)準(zhǔn)發(fā)布-統(tǒng)一IDE插件標(biāo)準(zhǔn)8. IBM發(fā)布AUS: 消除你Java程序中脆弱的API9. PHP5.0正式發(fā)布 不完全兼容PHP4 新增多項(xiàng)功能10. Java debugger工具JSwat 3.4 發(fā)布了
排行榜
