Class: Mu::Logger::RubyCompatibleLogger

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

Constant Summary

Constants inherited from Mu::Logger

LEVELS

Instance Method Summary collapse

Methods inherited from Mu::Logger

#for_event

Constructor Details

#initialize(event, logger) ⇒ RubyCompatibleLogger

Returns a new instance of RubyCompatibleLogger.



108
109
110
111
# File 'lib/mu/logger.rb', line 108

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