11void HOT
esp_log_printf_(
int level,
const char *tag,
int line,
const char *format, ...) {
13 va_start(arg, format);
11void HOT
esp_log_printf_(
int level,
const char *tag,
int line,
const char *format, ...) { {
…}
17#ifdef USE_STORE_LOG_STR_IN_FLASH
18void HOT
esp_log_printf_(
int level,
const char *tag,
int line,
const __FlashStringHelper *format, ...) {
20 va_start(arg, format);
18void HOT
esp_log_printf_(
int level,
const char *tag,
int line,
const __FlashStringHelper *format, ...) {
…}
26void HOT
esp_log_vprintf_(
int level,
const char *tag,
int line,
const char *format, va_list args) {
26void 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
37void HOT
esp_log_vprintf_(
int level,
const char *tag,
int line,
const __FlashStringHelper *format,
37void 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)
Providing packet encoding functions for exchanging data with a remote host.
int HOT esp_idf_log_vprintf_(const char *format, va_list args)
void HOT esp_log_printf_(int level, const char *tag, int line, const char *format,...)
void HOT esp_log_vprintf_(int level, const char *tag, int line, const char *format, va_list args)