Module: Logging::Logger::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/logging/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::Logging::Logger
NewRelic::Agent::Instrumentation::Logging::Logger::INSTRUMENTATION_NAME
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::Logging::Logger
enabled?, #log_event_with_new_relic
Instance Method Details
#log_event(event) ⇒ Object
11 12 13 14 15 |
# File 'lib/new_relic/agent/instrumentation/logging/prepend.rb', line 11 def log_event(event) log_event_with_new_relic(event) do super(event) end end |