class SiteHealth::NullLogger
Don't log anyting / Send the logs to the abyss
Public Class Methods
new(*args)
click to toggle source
Allow any and all params
# File lib/site_health/null_logger.rb, line 9 def initialize(*args); end
Public Instance Methods
add(*args, &block)
click to toggle source
Allow any and alls params and don't do anyting
# File lib/site_health/null_logger.rb, line 12 def add(*args, &block); end