Files | Admin

Notes:

Release Name: 1.5.6.3

Notes:
A JRuby adaption and gem packaging of the 
{Simple Logging Facade for Java}[http://www.slf4j.org/].  
Provides all jar dependencies and a Ruby Logger compatible
facade.

SLF4J is a java logging abstraction and set of adapters to various
concrete logging implementations and legacy logging APIs.  The slf4j
gem adds a ruby core Logger compatible facade to SLF4J, and makes any
needed adapters available to JRuby applications. This makes it
possible to unify and control logging output of both java and ruby
components in a JRuby application.


Changes: === 1.5.6.3 (2009-4-25) * Added SLF4J::JUL for controlling java.util.logging, including JUL.replace_root_handlers which removes all existing handlers and add SLF4JBridgeHandler for exclusive routing to SLF4J for use with 'jul-to-slf4j'. * Added require 'slf4j' to each adapter loader. * Use rdoc 2.4.3 and hoe 1.12.2 for build.