Skip to content

A logging device for the lumberjack gem that writes log entries to syslog.

License

Notifications You must be signed in to change notification settings

bdurand/lumberjack_syslog_device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumberjack Syslog Device

This gem provides a logging device for the lumberjack gem that will log to syslog:en.wikipedia.org/wiki/Syslog.

Example Usage

require 'lumberjack_syslog_device'

device = Lumberjack::SyslogDevice.new
logger = Lumberjack::Logger.new(device)
logger.info("Write me to syslog!")

See SyslogDevice for more details.

About

A logging device for the lumberjack gem that writes log entries to syslog.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages