ESPHome
2024.10.2
|
Data Structures | |
class | Logger |
class | LoggerMessageTrigger |
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 | |
const char *const | LOG_LEVELS [] = {"NONE", "ERROR", "WARN", "INFO", "CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"} |
Logger * | global_logger = nullptr |
const char *const | UART_SELECTIONS [] |
void esphome::logger::init_uart | ( | uart_port_t | uart_num, |
uint32_t | baud_rate, | ||
int | tx_buffer_size | ||
) |
Definition at line 64 of file logger_esp32.cpp.
Logger * esphome::logger::global_logger = nullptr |
Definition at line 198 of file logger.cpp.
const char* const esphome::logger::LOG_LEVELS[] = {"NONE", "ERROR", "WARN", "INFO", "CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"} |
Definition at line 182 of file logger.cpp.
const char *const esphome::logger::UART_SELECTIONS |
Definition at line 182 of file logger_esp32.cpp.