Module: Logging::Plugins::Email
Constant Summary collapse
- VERSION =
'1.0.0'.freeze
Instance Method Summary collapse
-
#initialize_email ⇒ Object
This method will be called by the Logging framework when it first initializes.
Instance Method Details
#initialize_email ⇒ Object
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.('../../appenders/email', __FILE__) end |