module NewRelic::Agent::Instrumentation::ActiveSupportLogger::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/active_support_logger/prepend.rb, line 8 def broadcast(logger) broadcast_with_tracing(logger) { super } end
Calls superclass method