11 void HOT
esp_log_printf_(
int level,
const char *tag,
int line,
const char *format, ...) {
13 va_start(arg, format);
17 #ifdef USE_STORE_LOG_STR_IN_FLASH 18 void HOT
esp_log_printf_(
int level,
const char *tag,
int line,
const __FlashStringHelper *format, ...) {
20 va_start(arg, format);
26 void HOT
esp_log_vprintf_(
int level,
const char *tag,
int line,
const char *format, va_list args) {
36 #ifdef USE_STORE_LOG_STR_IN_FLASH 37 void HOT
esp_log_vprintf_(
int level,
const char *tag,
int line,
const __FlashStringHelper *format,
49 #if defined(USE_ESP32_FRAMEWORK_ARDUINO) || defined(USE_ESP_IDF) 56 log->
log_vprintf_(ESPHOME_LOG_LEVEL,
"esp-idf", 0, format, args);
void log_vprintf_(int level, const char *tag, int line, const char *format, va_list args)
void HOT esp_log_vprintf_(int level, const char *tag, int line, const char *format, va_list args)
void HOT esp_log_printf_(int level, const char *tag, int line, const char *format,...)
Implementation of SPI Controller mode.
int HOT esp_idf_log_vprintf_(const char *format, va_list args)