Release of SLF4J version 1.6.0-alpha2

Hello all, I am happy to announce the immediate availability of SLF4J version 1.6.0-alpha2, which is still experimental, consisting of several important enhancements and bug fixes. In the 1.6.x series, in the absence of an SLF4J binding, slf4j-api will default to a no-operation implementation discarding all log requests. Thus, instead of throwing an exception, SLF4J will emit a single warning message about the absence of a binding and proceed to discard all log requests without further protest. Please refer to the the news page for precise details. http://www.slf4j.org/news.html You can download SLF4J, including full source code, class files and documentation on our download page, shown below. http://www.slf4j.org/download.html You can receive SLF4J related announcements by subscribing to the SLF4J announce mailing list. To subscribe to QOS.ch announce list, please visit the following URL. http://qos.ch/mailman/listinfo/announce -- Ceki Gülcü Logback: The reliable, fast and flexible logging framework for Java. http://logback.qos.ch

Hello Ceki. I've tried to use logback-access with my Jetty, but unfortunately it isn't supply Jetty 7, only Jetty 6 and 6.1. Am I right? Difference between jetty 7 and 6 is in different package of the RequestLog interface (Request and Response too). Because I'll extend logback-access to be useful with Jetty 7 for my project, I can do it and provide patch for logback. What do you think? Best regards, Aleksey Didik.
participants (2)
-
Aleksey Didik
-
Ceki Gülcü