
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
= rjack-logback
== 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
Unknown package
We found that rjack-logback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.