Module: SemanticLogger::Logger::Prepend

Includes:
NewRelic::Agent::Instrumentation::SemanticLogger::Logger
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

enabled?, #log_with_new_relic

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