Function esp_idf_sys::mbedtls_debug_set_threshold

source ยท
pub unsafe extern "C" fn mbedtls_debug_set_threshold(threshold: c_int)
Expand description

\brief Set the threshold error level to handle globally all debug output. Debug messages that have a level over the threshold value are discarded. (Default value: 0 = No debug )

\param threshold threshold level of messages to filter on. Messages at a higher level will be discarded. - Debug levels - 0 No debug - 1 Error - 2 State change - 3 Informational - 4 Verbose