ESPHome 2025.5.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 {
  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
 
const char *const UART_SELECTIONS []
 

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 64 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 79 of file logger_esp32.cpp.

Variable Documentation

◆ global_logger

Logger * esphome::logger::global_logger = nullptr

Definition at line 251 of file logger.cpp.

◆ UART_SELECTIONS

const char *const esphome::logger::UART_SELECTIONS
Initial value:
= {
"UART0", "UART1",
#ifdef USE_ESP32_VARIANT_ESP32
"UART2",
#endif
#ifdef USE_LOGGER_USB_CDC
"USB_CDC",
#endif
#ifdef USE_LOGGER_USB_SERIAL_JTAG
"USB_SERIAL_JTAG",
#endif
}

Definition at line 197 of file logger_esp32.cpp.