Module: Logging::Plugins::LogentriesLogging
- Extended by:
- LogentriesLogging
- Included in:
- LogentriesLogging
- Defined in:
- lib/logging/plugins/logentries_logging.rb
Constant Summary collapse
- VERSION =
'1.0.0'.freeze
Instance Method Summary collapse
Instance Method Details
#initialize_logentries_logging ⇒ Object
8 9 10 |
# File 'lib/logging/plugins/logentries_logging.rb', line 8 def initialize_logentries_logging require File.('../../appenders/logentries_logging', __FILE__) end |