Class: Fritzbox::Smarthome::NullLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/fritzbox/smarthome/null_logger.rb

Instance Method Summary collapse

Constructor Details

#initialize(*_args) ⇒ NullLogger

Returns a new instance of NullLogger.



4
5
6
# File 'lib/fritzbox/smarthome/null_logger.rb', line 4

def initialize(*_args)
  super(File::NULL)
end