Class: Netdot::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- Netdot::NullLogger
- Defined in:
- lib/netdot.rb
Overview
NullLogger
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.
11 12 |
# File 'lib/netdot.rb', line 11 def initialize(*_args) end |
Instance Method Details
#add(*_args, &_block) ⇒ Object
14 15 |
# File 'lib/netdot.rb', line 14 def add(*_args, &_block) end |