Class: Rumbrl::KV::Logger
- Inherits:
-
Logger
- Object
- Logger
- Rumbrl::KV::Logger
- Defined in:
- lib/rumbrl/kv/logger.rb
Overview
Log4r logger that uses the KV formatter
Instance Method Summary collapse
-
#initialize(*args) ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize(*args) ⇒ Logger
Returns a new instance of Logger.
8 9 10 11 |
# File 'lib/rumbrl/kv/logger.rb', line 8 def initialize(*args) super @formatter = ::Rumbrl::KV::Formatter.new end |