Method: NewRelic::Agent::AgentLogger#info

Defined in:
lib/new_relic/agent/agent_logger.rb

#info(*msgs, &blk) ⇒ Object

[View source]

40
41
42
# File 'lib/new_relic/agent/agent_logger.rb', line 40

def info(*msgs, &blk)
  format_and_send(:info, msgs, &blk)
end