Class: EventMachine::Ssh::Connection::Channel::NullLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/em-ssh/connection/channel/null-logger.rb

Instance Method Summary collapse

Constructor Details

#initializeNullLogger

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