esp_log_level_get_timeout() function
Get log level for a given tag, can be used to avoid expensive log statements The function takes the lock before checking the tag level, if the lock wait time exceeds 10 ms (default), then ESP_LOG_NONE is returned.
Arguments
tag
Tag of the log to query current level. Must be a zero terminated string. If tag is NULL then the default log level is returned (see esp_log_get_default_level()).
Return value
The current log level for the given tag.