Module: Logging::Plugins::Papertrail

Defined in:
lib/logging/plugins/papertrail.rb

Class Method Summary collapse

Class Method Details

.initialize_papertrailObject

This method will be called by the Logging framework when it first initializes. Here we require the Papertrail [papertrailapp.com] appender code.



8
9
10
# File 'lib/logging/plugins/papertrail.rb', line 8

def initialize_papertrail
  require File.expand_path('../../appenders/papertrail', __FILE__)
end