ESPHome  2024.7.2
Namespaces | Functions
log.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 Implementation of SPI Controller mode.
 

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)