Function esp_idf_sys::esp_log_write
source ยท pub unsafe extern "C" fn esp_log_write(
level: esp_log_level_t,
tag: *const c_char,
format: *const c_char,
...
)
Expand description
@brief Write message into the log
This function is not intended to be used directly. Instead, use one of ESP_LOGE, ESP_LOGW, ESP_LOGI, ESP_LOGD, ESP_LOGV macros.
This function or these macros should not be used from an interrupt.