Notes:
The Logback ruby gem packages the Logback[http://logback.qos.ch/] java log
writer, and provides a JRuby facade for programmatic Logback
setup. Logback implements the SLF4J[http://www.slf4j.org/] SPI
packaged in the slf4j gem.
Changes:
=== 0.9.17.1 (2009-10-10)
* Renamed gem rjack-logback and as module RJack::Logback (with ::Logback
alias kept for backward compatibility.)
* Use rjack-tarpit for build.
* Upgraded to Logback 0.9.17
* Update/relax rjack-slf4j dependency to '~> 1.5.8' (tested with slf4j 1.5.8.1).
* Added Logback.config_console( :mdc => [ :key ] ) option
|