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