Files | Admin

Notes:

Release Name: 1.5.8.1

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.8.1 (2009-10-10) * Renamed gem rjack-slf4j and as module RJack::SLF4J (with ::SLF4J alias kept for backward compatibility.) * Use rjack-tarpit for build. * Upgraded to SLF4J 1.5.8 * Added support for logging exceptions from ruby, with special handling of NativeException#cause * Added support for converting from ruby style "Module::Class" to java "module.Class" name in SLF4J::Logger.new * Added SLF4J::MDC (Mapped Diagnostic Context) support module * Added Logger.java_logger access