ESPHome 2025.9.0
Loading...
Searching...
No Matches
esphome::logger Namespace Reference

Data Structures

class  Logger
 Logger component for all ESPHome logging. More...
 
class  LoggerLevelSelect
 
class  LoggerMessageTrigger
 
class  TaskLogBuffer
 

Enumerations

enum  UARTSelection : uint8_t {
  UART_SELECTION_DEFAULT = 0 , UART_SELECTION_UART0 = 0 , UART_SELECTION_UART0 = 0 , UART_SELECTION_UART1 ,
  UART_SELECTION_UART2 , UART_SELECTION_USB_CDC , UART_SELECTION_USB_SERIAL_JTAG , UART_SELECTION_UART0_SWAP
}
 Enum for logging UART selection. More...
 

Functions

void init_uart (uart_port_t uart_num, uint32_t baud_rate, int tx_buffer_size)
 

Variables

Loggerglobal_logger = nullptr
 

Enumeration Type Documentation

◆ UARTSelection

Enum for logging UART selection.

Advanced configuration (pin selection, etc) is not supported.

Enumerator
UART_SELECTION_DEFAULT 
UART_SELECTION_UART0 
UART_SELECTION_UART0 
UART_SELECTION_UART1 
UART_SELECTION_UART2 
UART_SELECTION_USB_CDC 
UART_SELECTION_USB_SERIAL_JTAG 
UART_SELECTION_UART0_SWAP 

Definition at line 67 of file logger.h.

Function Documentation

◆ init_uart()

void esphome::logger::init_uart ( uart_port_t uart_num,
uint32_t baud_rate,
int tx_buffer_size )

Definition at line 78 of file logger_esp32.cpp.

Variable Documentation

◆ global_logger

Logger * esphome::logger::global_logger = nullptr

Definition at line 304 of file logger.cpp.