class NewRelic::Agent::NullLogger
Public Instance Methods
debug(*args)
click to toggle source
# File lib/new_relic/agent/null_logger.rb, line 13 def debug(*args); end
error(*args)
click to toggle source
# File lib/new_relic/agent/null_logger.rb, line 10 def error(*args); end
fatal(*args)
click to toggle source
# File lib/new_relic/agent/null_logger.rb, line 9 def fatal(*args); end
info(*args)
click to toggle source
# File lib/new_relic/agent/null_logger.rb, line 12 def info(*args); end
method_missing(method, *args, &blk)
click to toggle source
# File lib/new_relic/agent/null_logger.rb, line 15 def method_missing(method, *args, &blk) nil end
warn(*args)
click to toggle source
# File lib/new_relic/agent/null_logger.rb, line 11 def warn(*args); end