Module: Logging::Plugins::Stackify

Extended by:
Stackify
Included in:
Stackify
Defined in:
lib/logging/plugins/stackify.rb

Constant Summary collapse

VERSION =
'1.0.0'.freeze

Instance Method Summary collapse

Instance Method Details

#initialize_stackifyObject

This method will be called by the Logging framework when it first initializes. Here we require the stackify appender code.



10
11
12
# File 'lib/logging/plugins/stackify.rb', line 10

def initialize_stackify
  require File.expand_path('../../appenders/stackify', __FILE__)
end