Searched defs:ESP_LOGE (Results 1 – 2 of 2) sorted by relevance
| /device/soc/esp/esp32/components/spi_flash/sim/stubs/log/include/ |
| D | esp_log.h | 45 #define ESP_LOGE( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) { esp_log_write(ESP_L… macro
|
| /device/soc/esp/esp32/components/log/include/ |
| D | esp_log.h | 311 #define ESP_LOGE( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_ERROR, tag, format, ##__VA_ARGS_… macro 324 #define ESP_LOGE( tag, format, ... ) ESP_EARLY_LOGE(tag, format, ##__VA_ARGS__) macro
|