Sha256: fae435c11a22733b7c8d085312631940fd811376443ac4c7a3ef59ad59ef2ca5

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

= rjack-logback

* http://rjack.gravitext.com/logback
* http://rjack.gravitext.com
* 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.gravitext.com/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-2015 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.2-java README.rdoc