Module: NewRelic::Agent::Instrumentation::ActiveSupportLogger::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::ActiveSupportLogger
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::ActiveSupportLogger
Instance Method Details
#broadcast(logger) ⇒ Object
9 10 11 |
# File 'lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb', line 9 def broadcast(logger) broadcast_with_tracing(logger) { super } end |