Skip to content

A logging device for the Lumberjack gem that writes log entries to Heroku's logging system.

Notifications You must be signed in to change notification settings

tonycoco/lumberjack_heroku_device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumberjack Heroku Device

This gem provides a logging device for the Lumberjack gem that will log to Heroku’s logging system. See devcenter.heroku.com/articles/logging for more information on Heroku’s logging system.

Example Usage

require 'lumberjack_heroku_device'

device = Lumberjack::HerokuDevice.new
logger = Lumberjack::Logger.new(device)
logger.info("Write me to Heroku's logging system!")

See HerokuDevice for more details.

About

A logging device for the Lumberjack gem that writes log entries to Heroku's logging system.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages