Class: EventMachine::Ssh::Connection::Channel::NullLogger
- Inherits:
-
Logger
- Object
- Logger
- EventMachine::Ssh::Connection::Channel::NullLogger
- Defined in:
- lib/em-ssh/connection/channel/null-logger.rb
Instance Method Summary collapse
- #add(*params, &block) ⇒ Object
-
#initialize ⇒ NullLogger
constructor
A new instance of NullLogger.
Constructor Details
#initialize ⇒ NullLogger
Returns a new instance of NullLogger.
9 10 11 |
# File 'lib/em-ssh/connection/channel/null-logger.rb', line 9 def initialize super(nil) end |
Instance Method Details
#add(*params, &block) ⇒ Object
13 14 15 |
# File 'lib/em-ssh/connection/channel/null-logger.rb', line 13 def add(*params, &block) nil end |