Registry / logging / syslog-logger

syslog-logger

JSON →
library1.6.8rbrubygemsunverified

An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats.

gem install syslog-logger
INSTALL
IMPORT
SIG · SYSLOG-LOGGER
S
syslog-logger
loggingrubyv1.6.8
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.

SyslogLogger
require 'syslog-logger'

Create a syslog logger and log an info message.

require 'syslog-logger' logger = SyslogLogger.new('my_app') logger.info('Hello syslog')
Debug
Known issues
gotchaSyslogLogger may not work on Windows systems without syslog support.
fix
Use a different logger on Windows or ensure syslog daemon is available.
affects: >= 1.0.0
Upgrade
Version history
1.6.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Bingbot
1
OpenAI (training)
1
Resources
syslog-logger — gem install syslog-logger · libregistry