Module: Logging::Plugins::Email

Extended by:
Email
Included in:
Email
Defined in:
lib/logging/plugins/email.rb

Constant Summary collapse

VERSION =
'1.0.0'.freeze

Instance Method Summary collapse

Instance Method Details

#initialize_emailObject

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



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

def initialize_email
  require File.expand_path('../../appenders/email', __FILE__)
end