Module: Logging::Plugins::Redis
- Defined in:
- lib/logging/plugins/redis.rb
Overview
:nodoc:
Constant Summary collapse
- VERSION =
'0.0.1'.freeze
Class Method Summary collapse
-
.initialize_redis ⇒ Object
This method will be called by the Logging framework when it first initializes.
Class Method Details
.initialize_redis ⇒ Object
This method will be called by the Logging framework when it first initializes. Here we require the redis appender code.
12 13 14 |
# File 'lib/logging/plugins/redis.rb', line 12 def initialize_redis require File.('../appenders/redis', __dir__) end |