Low commit activity in last 3 years
A long-lived project that still receives updates
A logging device for the lumberjack gem that writes log entries to syslog.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Lumberjack Syslog Device

Continuous Integration Regression Test Ruby Style Guide Gem Version

This gem provides a logging device for the lumberjack gem that will log to syslog, the centralized system logging facility. See http://en.wikipedia.org/wiki/Syslog for more information on syslog.

Usage

require 'lumberjack_syslog_device'

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

See the docs in the Lumberjack::SyslogDevice file for more details.

Installation

Add this line to your application's Gemfile:

gem 'lumberjack_syslog_device'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lumberjack_syslog_device

Contributing

Open a pull request on GitHub.

Please use the standardrb syntax and lint your code with standardrb --fix before submitting.

License

The gem is available as open source under the terms of the MIT License.