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, #mask

Constructor Details

#initialize(event, logger) ⇒ RubyCompatibleLogger

Returns a new instance of RubyCompatibleLogger.



138
139
140
141
# File 'lib/mu/logger.rb', line 138

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