Class: Phut::NullLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/phut/null_logger.rb

Overview

Null logger

Instance Method Summary collapse

Constructor Details

#initialize(*_args) ⇒ NullLogger

Returns a new instance of NullLogger.



6
7
8
# File 'lib/phut/null_logger.rb', line 6

def initialize(*_args)
  # noop
end

Instance Method Details

#add(*_args, &_block) ⇒ Object



10
11
12
# File 'lib/phut/null_logger.rb', line 10

def add(*_args, &_block)
  # noop
end