module Logging::Plugins::Stackify

Constants

VERSION

Public Instance Methods

initialize_stackify() click to toggle source

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

# File lib/logging/plugins/stackify.rb, line 10
def initialize_stackify
  require File.expand_path('../../appenders/stackify', __FILE__)
end