Searched defs:ESP_LOGE (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/log/include/ |
D | esp_log.h | 334 #define ESP_LOGE( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_ERROR, tag, format __VA_OPT__(,)… macro 340 #define ESP_LOGE( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_ERROR, tag, format, ##__VA_ARGS_… macro 358 #define ESP_LOGE( tag, format, ... ) ESP_EARLY_LOGE(tag, format __VA_OPT__(,) __VA_ARGS__) macro 368 #define ESP_LOGE( tag, format, ... ) ESP_EARLY_LOGE(tag, format, ##__VA_ARGS__) macro
|
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/ |
D | esp_log.h | 51 #define ESP_LOGE( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) { esp_log_write(ESP_L… macro
|