7static const char *
const TAG =
"logger";
11 switch (this->
uart_) {
27 ESP_LOGI(TAG,
"Log initialized");
36 switch (this->
uart_) {
38 return LOG_STR(
"UART0");
40 return LOG_STR(
"UART1");
41#ifdef USE_LOGGER_USB_CDC
43 return LOG_STR(
"USB_CDC");
46 return LOG_STR(
"UNKNOWN");
const LogString * get_uart_selection_()
void pre_setup()
Set up this component.
void write_msg_(const char *msg, size_t len)