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