mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
cleanup
This commit is contained in:
@@ -266,7 +266,8 @@ static const LogString *const LOG_LEVELS[] = {
|
|||||||
reinterpret_cast<const LogString *>(LOG_LEVEL_VERBOSE), reinterpret_cast<const LogString *>(LOG_LEVEL_VERY_VERBOSE),
|
reinterpret_cast<const LogString *>(LOG_LEVEL_VERBOSE), reinterpret_cast<const LogString *>(LOG_LEVEL_VERY_VERBOSE),
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
static const char *const LOG_LEVELS[] = {"NONE", "ERROR", "WARN", "INFO", "CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"};
|
static const LogString *const LOG_LEVELS[] = {"NONE", "ERROR", "WARN", "INFO",
|
||||||
|
"CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void Logger::dump_config() {
|
void Logger::dump_config() {
|
||||||
|
|||||||
Reference in New Issue
Block a user