Module: SemanticLogger::Logger::Prepend
- Defined in:
- lib/new_relic/agent/instrumentation/semantic_logger/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::SemanticLogger::Logger
NewRelic::Agent::Instrumentation::SemanticLogger::Logger::INSTRUMENTATION_NAME
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::SemanticLogger::Logger
Instance Method Details
#log(log) ⇒ Object
11 12 13 |
# File 'lib/new_relic/agent/instrumentation/semantic_logger/prepend.rb', line 11 def log(log) log_with_new_relic(log) { super } end |