module NewRelic::Agent::Instrumentation::Logger::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/logger/prepend.rb, line 9 def format_message(severity, datetime, progname, msg) format_message_with_tracing(severity, datetime, progname, msg) { super } end
Calls superclass method
NewRelic::Agent::Instrumentation::Logger#format_message