Method: NewRelic::Agent::NullLogger#method_missing
- Defined in:
- lib/new_relic/agent/null_logger.rb
permalink #method_missing(method, *args, &blk) ⇒ Object
20 21 22 |
# File 'lib/new_relic/agent/null_logger.rb', line 20 def method_missing(method, *args, &blk) nil end |