Sha256: 13dde5400bd88ae2085de524e7322491d67a9a892bafb1208ac64d032832b913

Contents?: true

Size: 447 Bytes

Versions: 9

Compression:

Stored size: 447 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.

module NewRelic::Agent::Instrumentation
  module Logger::Prepend
    include NewRelic::Agent::Instrumentation::Logger

    def format_message(severity, datetime, progname, msg)
      format_message_with_tracing(severity, datetime, progname, msg) { super }
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
newrelic_rpm-8.9.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.8.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.7.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.6.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.5.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.4.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.3.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.2.0 lib/new_relic/agent/instrumentation/logger/prepend.rb
newrelic_rpm-8.1.0 lib/new_relic/agent/instrumentation/logger/prepend.rb