Class NewRelic::Agent::AgentLogger
In: lib/new_relic/agent/agent_logger.rb
Parent: Object

Methods

Included Modules

LogOnce

Public Class methods

Public Instance methods

Use this when you want to log an exception with explicit control over the log level that the backtrace is logged at. If you just want the default behavior of backtraces logged at debug, use one of the methods above and pass an Exception as one of the args.

[Validate]