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
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 |