Registry / logging / rjack-logback

rjack-logback

JSON →
library1.9.0rbrubygemsunverified

Packages the Logback Java logging library and provides a JRuby facade for programmatic Logback setup, implementing the SLF4J SPI.

gem install rjack-logback
INSTALL
IMPORT
SIG · RJACK-LOGBACK
R
rjack-logback
loggingrubyv1.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RJack::Logback
✓ require 'rjack-logback'

Configure and use Logback logging in JRuby

require 'rjack-logback' RJack::Logback.configure do |config| config.level = :info config.appender :stdout, pattern: '%d %-5p %c: %m%n' end logger = RJack::Logback[MyClass] logger.info('Application started')
Debug
Known issues
breakingRequires JRuby to function; does not work on MRI/CRuby.
fix
Ensure you are using JRuby (jruby -S gem install rjack-logback).
affects: >= 0.0.0
Upgrade
Version history
1.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Anthropic
1
OpenAI (training)
1
Resources
rjack-logback — gem install rjack-logback · libregistry