Home
last modified time | relevance | path

Searched refs:should_output (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/log/
Dlog.c78 static inline bool should_output(esp_log_level_t level_for_message, esp_log_level_t level_for_tag);
193 if (!should_output(level, level_for_tag)) { in esp_log_writev()
299 static inline bool should_output(esp_log_level_t level_for_message, esp_log_level_t level_for_tag) in should_output() function