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

dbyron0/lumberjack_syslog_device

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumberjack Syslog Device

This gem provides a logging device for the lumberjack gem that will log to syslog, the centralized system logging facility. See en.wikipedia.org/wiki/Syslog for more information on 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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%