Class: Sbuilder::Ial::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.



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

def initialize(*args)
end

Instance Method Details

#add(*args, &block) ⇒ Object



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

def add(*args, &block)
end

#debug?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/utils/logger.rb', line 18

def debug?
  false
end