New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rjack-logback

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rjack-logback

1.9.0
Rubygems
Version published
Maintainers
1
Created
Source

= 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-2017 David Kellum

rjack-logback is free software: you can redistribute it and/or modify it under the terms of either of following licenses:

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.

FAQs

Package last updated on 19 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts