class Stalking::NullLogger

Public Instance Methods

debug(*args) click to toggle source
# File lib/stalking/null_logger.rb, line 4
def debug(*args); end
error(*args) click to toggle source
# File lib/stalking/null_logger.rb, line 7
def error(*args); end
fatal(*args) click to toggle source
# File lib/stalking/null_logger.rb, line 8
def fatal(*args); end
info(*args) click to toggle source
# File lib/stalking/null_logger.rb, line 5
def info(*args); end
warn(*args) click to toggle source
# File lib/stalking/null_logger.rb, line 6
def warn(*args); end