ESPHome 2026.3.3
Loading...
Searching...
No Matches
log.h File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 

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)
 
 esphome::__attribute__ ((deprecated("Use esp_log_printf_() instead. Removed in 2026.9.0."))) void esp_log_vprintf_(int level
 
int HOT esphome::esp_idf_log_vprintf_ (const char *format, va_list args)
 

Variables

const char * esphome::tag
 
const char int esphome::line
 
const char int const __FlashStringHelper * esphome::format
 
const char int const __FlashStringHelper va_list esphome::args