Method: NewRelic::Agent::Transaction#record_log_events

Defined in:
lib/new_relic/agent/transaction.rb

#record_log_eventsObject

[View source]

799
800
801
# File 'lib/new_relic/agent/transaction.rb', line 799

def record_log_events
  agent.log_event_aggregator.record_batch(self, @logs.to_a)
end