Class: Linr::Logger::Null Private
- Inherits:
-
Logger
- Object
- Logger
- Linr::Logger::Null
- Defined in:
- lib/linr/logger/null.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A simple null logger without any output
Instance Method Summary collapse
- #add(*_args, &_block) ⇒ Object private
-
#initialize(*_args) ⇒ Null
constructor
private
A new instance of Null.
Constructor Details
#initialize(*_args) ⇒ Null
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Null.
8 |
# File 'lib/linr/logger/null.rb', line 8 def initialize(*_args); end |
Instance Method Details
#add(*_args, &_block) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 |
# File 'lib/linr/logger/null.rb', line 10 def add(*_args, &_block); end |