Class: SiteHealth::NullLogger

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

Overview

Don’t log anyting / Send the logs to the abyss

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ NullLogger

Allow any and all params



9
# File 'lib/site_health/null_logger.rb', line 9

def initialize(*args); end

Instance Method Details

#add(*args, &block) ⇒ Object

Allow any and alls params and don’t do anyting



12
# File 'lib/site_health/null_logger.rb', line 12

def add(*args, &block); end