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

#include <task_log_buffer.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 20 of file task_log_buffer.h.

Member Function Documentation

◆ text_data() [1/2]

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

Definition at line 28 of file task_log_buffer.h.

◆ text_data() [2/2]

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

Definition at line 30 of file task_log_buffer.h.

Field Documentation

◆ level

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

Definition at line 25 of file task_log_buffer.h.

◆ line

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

Definition at line 24 of file task_log_buffer.h.

◆ tag

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

Definition at line 21 of file task_log_buffer.h.

◆ text_length

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

Definition at line 23 of file task_log_buffer.h.

◆ thread_name

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

Definition at line 22 of file task_log_buffer.h.


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