Method: Datadog::DI::Logger#trace

Defined in:
lib/datadog/di/logger.rb

#trace(&block) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
26
27
# File 'lib/datadog/di/logger.rb', line 23

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