Class: TCellAgent::NullLoger

Inherits:
Logger
  • Object
show all
Defined in:
lib/tcell_agent/logger.rb

Instance Method Summary collapse

Methods inherited from Logger

#tcell_old_add

Constructor Details

#initialize(*args) ⇒ NullLoger

Returns a new instance of NullLoger.



8
# File 'lib/tcell_agent/logger.rb', line 8

def initialize(*args); end

Instance Method Details

#add(*args, &block) ⇒ Object



10
# File 'lib/tcell_agent/logger.rb', line 10

def add(*args, &block); end