Class: Utils::MyLogger::NullLoger

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

Overview

no logging done

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ NullLoger

Returns a new instance of NullLoger.



13
14
# File 'lib/utils/logger.rb', line 13

def initialize(*args)
end

Instance Method Details

#add(*args, &block) ⇒ Object



16
17
# File 'lib/utils/logger.rb', line 16

def add(*args, &block)
end