SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::LogRecord Struct Reference

A single captured log line. More...

#include <sensesp/system/log_buffer.h>

Public Attributes

uint32_t seq
 
uint32_t timestamp_ms
 
std::string text
 

Detailed Description

A single captured log line.

Definition at line 20 of file log_buffer.h.

Member Data Documentation

◆ seq

uint32_t sensesp::LogRecord::seq

Definition at line 21 of file log_buffer.h.

◆ text

std::string sensesp::LogRecord::text

Definition at line 23 of file log_buffer.h.

◆ timestamp_ms

uint32_t sensesp::LogRecord::timestamp_ms

Definition at line 22 of file log_buffer.h.


The documentation for this struct was generated from the following file: