Method: NewRelic::Agent::PipeService#log_event_data

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

#log_event_data(logs) ⇒ Object

[View source]

63
64
65
# File 'lib/new_relic/agent/pipe_service.rb', line 63

def log_event_data(logs)
  write_to_pipe(:log_event_data, logs) if logs
end