ESPHome  2024.3.1
script.cpp
Go to the documentation of this file.
1 #include "script.h"
2 #include "esphome/core/log.h"
3 
4 namespace esphome {
5 namespace script {
6 
7 static const char *const TAG = "script";
8 
9 void ScriptLogger::esp_log_(int level, int line, const char *format, const char *param) {
10  esp_log_printf_(level, TAG, line, format, param);
11 }
12 
13 } // namespace script
14 } // namespace esphome
void HOT esp_log_printf_(int level, const char *tag, int line, const char *format,...)
Definition: log.cpp:11
void esp_log_(int level, int line, const char *format, const char *param)
Definition: script.cpp:9
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7