ESPHome  2024.2.2
Namespaces | Functions
log.h File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 

Functions

void HOT esphome::esp_log_printf_ (int level, const char *tag, int line, const char *format,...)
 
void HOT esphome::esp_log_printf_ (int level, const char *tag, int line, const __FlashStringHelper *format,...)
 
void HOT esphome::esp_log_vprintf_ (int level, const char *tag, int line, const char *format, va_list args)
 
void HOT esphome::esp_log_vprintf_ (int level, const char *tag, int line, const __FlashStringHelper *format, va_list args)
 
int HOT esphome::esp_idf_log_vprintf_ (const char *format, va_list args)