Class: ManageIQ::Floe::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- ManageIQ::Floe::NullLogger
- Defined in:
- lib/manageiq/floe/null_logger.rb
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.
8 9 |
# File 'lib/manageiq/floe/null_logger.rb', line 8 def initialize(*_args) end |
Instance Method Details
#add(*_args, &_block) ⇒ Object
11 12 |
# File 'lib/manageiq/floe/null_logger.rb', line 11 def add(*_args, &_block) end |