Method: NewRelic::Agent::AgentLogger#info
- Defined in:
- lib/new_relic/agent/agent_logger.rb
permalink #info(*msgs, &blk) ⇒ Object
40 41 42 |
# File 'lib/new_relic/agent/agent_logger.rb', line 40 def info(*msgs, &blk) format_and_send(:info, msgs, &blk) end |