class Logasm::NullLogger

Public Instance Methods

debug(*) click to toggle source
# File lib/logasm/null_logger.rb, line 3
def debug(*)
end
error(*) click to toggle source
# File lib/logasm/null_logger.rb, line 12
def error(*)
end
fatal(*) click to toggle source
# File lib/logasm/null_logger.rb, line 15
def fatal(*)
end
info(*) click to toggle source
# File lib/logasm/null_logger.rb, line 6
def info(*)
end
warn(*) click to toggle source
# File lib/logasm/null_logger.rb, line 9
def warn(*)
end