Method: NewRelic::Agent::AgentLogger#fatal

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

#fatal(*msgs, &blk) ⇒ Object

[View source]

28
29
30
# File 'lib/new_relic/agent/agent_logger.rb', line 28

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