Sha256: cc1f63d010c725d285fdd695eced4b42c30413fff5e8015a50e7f5b71c787840
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
= rjack-logback * http://rjack.rubyforge.org/logback * http://rjack.rubyforge.org * https://github.com/dekellum/rjack == Description 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}[http://rjack.rubyforge.org/slf4j/]. == Synopsis require 'rjack-logback' RJack::Logback.config_console( :level => :info ) log = RJack::SLF4J[ "my.app.logger" ] log.info "Hello World!" == License === rjack-logback gem Copyright (c) 2008-2014 David Kellum rjack-logback is free software: you can redistribute it and/or modify it under the terms of either of following licenses: * {GNU Lesser General Public License}[http://www.gnu.org/licenses/lgpl.html] v3 or later * {Eclipse Public License v1.0}[http://www.eclipse.org/legal/epl-v10.html] rjack-logback is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. === Logback (java) Copyright (c) 1999-2009, QOS.ch This program and the accompanying materials are dual-licensed under either the terms of the Eclipse Public License v1.0 as published by the Eclipse Foundation or (per the licensee's choosing) under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rjack-logback-1.7.0-java | README.rdoc |