ESPHome 2026.1.4
Loading...
Searching...
No Matches
esphome::logger::TaskLogBuffer::LogMessage Struct Reference

#include <task_log_buffer_esp32.h>

Public Member Functions

char * text_data ()
 
const char * text_data () const
 

Data Fields

const char * tag
 
char thread_name [16]
 
uint16_t text_length
 
uint16_t line
 
uint8_t level
 

Detailed Description

Definition at line 37 of file task_log_buffer_esp32.h.

Member Function Documentation

◆ text_data() [1/2]

char * esphome::logger::TaskLogBuffer::LogMessage::text_data ( )
inline

Definition at line 45 of file task_log_buffer_esp32.h.

◆ text_data() [2/2]

const char * esphome::logger::TaskLogBuffer::LogMessage::text_data ( ) const
inline

Definition at line 47 of file task_log_buffer_esp32.h.

Field Documentation

◆ level

uint8_t esphome::logger::TaskLogBuffer::LogMessage::level

Definition at line 42 of file task_log_buffer_esp32.h.

◆ line

uint16_t esphome::logger::TaskLogBuffer::LogMessage::line

Definition at line 41 of file task_log_buffer_esp32.h.

◆ tag

const char* esphome::logger::TaskLogBuffer::LogMessage::tag

Definition at line 38 of file task_log_buffer_esp32.h.

◆ text_length

uint16_t esphome::logger::TaskLogBuffer::LogMessage::text_length

Definition at line 40 of file task_log_buffer_esp32.h.

◆ thread_name

char esphome::logger::TaskLogBuffer::LogMessage::thread_name[16]

Definition at line 39 of file task_log_buffer_esp32.h.


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