class NewRelic::Agent::NullLogger
Public Instance Methods
Source
# File lib/new_relic/agent/null_logger.rb, line 20 def method_missing(method, *args, &blk) nil end
# File lib/new_relic/agent/null_logger.rb, line 20 def method_missing(method, *args, &blk) nil end