ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
publish_log_entry_item Struct Reference

A single log entry item for the fire-and-forget publish protocol. More...

#include <telemetry_protocol.hpp>

Collaboration diagram for publish_log_entry_item:
Collaboration graph

Public Attributes

std::string level
 
std::int64_t timestamp_ms = 0
 
std::string component
 
std::string message
 

Detailed Description

A single log entry item for the fire-and-forget publish protocol.

Uses primitive types only to avoid rfl serialisation issues with boost::uuids::uuid and std::chrono::time_point.