class OneApm::Logger::NullLogger
Public Instance Methods
debug(*args)
click to toggle source
# File lib/one_apm/logger/null_logger.rb, line 10 def debug(*args); end
error(*args)
click to toggle source
# File lib/one_apm/logger/null_logger.rb, line 7 def error(*args); end
fatal(*args)
click to toggle source
# File lib/one_apm/logger/null_logger.rb, line 6 def fatal(*args); end
info(*args)
click to toggle source
# File lib/one_apm/logger/null_logger.rb, line 9 def info(*args); end
method_missing(method, *args, &blk)
click to toggle source
# File lib/one_apm/logger/null_logger.rb, line 12 def method_missing(method, *args, &blk) nil end
warn(*args)
click to toggle source
# File lib/one_apm/logger/null_logger.rb, line 8 def warn(*args); end