ESPHome
2024.10.2
esphome
esphome
components
script
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
script.h
esphome::esp_log_printf_
void HOT esp_log_printf_(int level, const char *tag, int line, const char *format,...)
Definition:
log.cpp:11
esphome::script::ScriptLogger::esp_log_
void esp_log_(int level, int line, const char *format, const char *param)
Definition:
script.cpp:9
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
log.h
Generated by
1.8.13