Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Feb 12, 2025
1 parent 6c885b5 commit eb980d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/datadog/di/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ module DI
# @api private
class Logger
extend Forwardable # steep:ignore

def initialize(settings, target)
@settings = settings
@target = target
end

attr_reader :settings
attr_reader :target

def_delegators :target, :debug # steep:ignore

def trace(&block)
if settings.dynamic_instrumentation.internal.trace_logging
debug(&block)
Expand Down

0 comments on commit eb980d1

Please sign in to comment.