Class: Mu::Logging::RubyCompatibleLogger

Inherits:
Mu::Logger
  • Object
show all
Defined in:
lib/mu/logging/ruby_compatible_logger.rb

Constant Summary

Constants inherited from Mu::Logger

Mu::Logger::LEVELS

Instance Method Summary collapse

Methods inherited from Mu::Logger

#for_event, #mask

Constructor Details

#initialize(event, logger) ⇒ RubyCompatibleLogger

Returns a new instance of RubyCompatibleLogger.



11
12
13
14
# File 'lib/mu/logging/ruby_compatible_logger.rb', line 11

def initialize(event, logger)
  @event = event
  super logger
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mu::Logger