module NewRelic::Agent::Instrumentation::Logger::Prepend
Public Instance Methods
format_message(severity, datetime, progname, msg)
click to toggle source
Calls superclass method
NewRelic::Agent::Instrumentation::Logger#format_message
# 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