Class: Phut::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- Phut::NullLogger
- Defined in:
- lib/phut/null_logger.rb
Overview
Null logger
Instance Method Summary collapse
- #add(*_args, &_block) ⇒ Object
-
#initialize(*_args) ⇒ NullLogger
constructor
A new instance of NullLogger.
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 |