class TelemetryDelegate

A class that defines the interface to the MIP SDK telemetry notifications.

Summary

Members Descriptions
public void WriteEvent(const std::shared_ptr<TelemetryEvent>& event) Log a diagnostic event.
public void WriteEvent(const std::shared_ptr<TelemetryEvent>& event, const mip::EventContext& eventContext) Log a diagnostic event.
public void Flush() Flush any queued events (e.g. due to shutdown)

Members

WriteEvent function

Log a diagnostic event.

Parameters:

  • event: Event to be logged

WriteEvent function

Log a diagnostic event.

Parameters:

  • event: Event to be logged

  • eventContext: EventContext associated with event

Flush function

Flush any queued events (e.g. due to shutdown)