Function esp_idf_hal::sys::esp_log_level_get
source ยท pub unsafe extern "C" fn esp_log_level_get(tag: *const i8) -> u32
Expand description
@brief Get log level for a given tag, can be used to avoid expensive log statements
@param tag Tag of the log to query current level. Must be a non-NULL zero terminated string.
@return The current log level for the given tag