Class: Floe::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- Floe::NullLogger
- Defined in:
- lib/floe/null_logger.rb
Instance Method Summary collapse
- #add(*_args, &_block) ⇒ Object
-
#initialize ⇒ NullLogger
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize ⇒ NullLogger
rubocop:disable Lint/MissingSuper
7 8 |
# File 'lib/floe/null_logger.rb', line 7 def initialize(*) # rubocop:disable Lint/MissingSuper end |
Instance Method Details
#add(*_args, &_block) ⇒ Object
10 11 |
# File 'lib/floe/null_logger.rb', line 10 def add(*_args, &_block) end |