Registry / logging / sysloglogger

sysloglogger

JSON →
library1.4.1rbrubygemsunverified

Logger replacement that logs to syslog, almost drop-in compatible.

gem install SyslogLogger
INSTALL
IMPORT
SIG · SYSLOGLOGGER
S
sysloglogger
loggingrubyv1.4.1
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.

Syslog
✓ require 'syslog/logger'

Log a message to syslog

require 'syslog/logger' logger = Syslog::Logger.new('my_app') logger.info 'Application started'
Debug
Known issues
gotchaOn some systems, syslog may not be available or require special permissions.
fix
Ensure syslog daemon is running and the user has write access.
affects: >= 0
Upgrade
Version history
1.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
22
Resources
sysloglogger — gem install sysloglogger · libregistry