Module: NewRelic::Agent::Instrumentation::ActiveSupportLogger::Prepend

Includes:
NewRelic::Agent::Instrumentation::ActiveSupportLogger
Defined in:
lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::ActiveSupportLogger

INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::ActiveSupportLogger

#broadcast_with_tracing

Instance Method Details

#broadcast(logger) ⇒ Object



8
9
10
# File 'lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb', line 8

def broadcast(logger)
  broadcast_with_tracing(logger) { super }
end