Function esp_idf_hal::sys::esp_log_write

source ·
pub unsafe extern "C" fn esp_log_write(
    level: u32,
    tag: *const i8,
    format: *const i8
    ...
)
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.