ESPHome
2023.11.6
|
Data Structures | |
class | Logger |
class | LoggerMessageTrigger |
Enumerations | |
enum | UARTSelection { UART_SELECTION_DEFAULT = 0, UART_SELECTION_UART0 = 0, UART_SELECTION_UART1, UART_SELECTION_UART2, UART_SELECTION_UART0 = 0, UART_SELECTION_UART1, UART_SELECTION_UART2, UART_SELECTION_USB_CDC, UART_SELECTION_USB_SERIAL_JTAG, UART_SELECTION_UART0_SWAP, UART_SELECTION_USB_CDC } |
Enum for logging UART selection. More... | |
Variables | |
const char *const | LOG_LEVELS [] = {"NONE", "ERROR", "WARN", "INFO", "CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"} |
const char *const | UART_SELECTIONS [] |
Logger * | global_logger = nullptr |
Enum for logging UART selection.
Advanced configuration (pin selection, etc) is not supported.
Logger * esphome::logger::global_logger = nullptr |
Definition at line 429 of file logger.cpp.
const char* const esphome::logger::LOG_LEVELS[] = {"NONE", "ERROR", "WARN", "INFO", "CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"} |
Definition at line 387 of file logger.cpp.
const char *const esphome::logger::UART_SELECTIONS |
Definition at line 389 of file logger.cpp.