pub unsafe extern "C" fn otCliPlatLogv(
    aLogLevel: otLogLevel,
    aLogRegion: otLogRegion,
    aFormat: *const c_char,
    aArgs: *mut __va_list_tag
)
Expand description

Callback to write the OpenThread Log to the CLI console

@param[in] aLogLevel The log level. @param[in] aLogRegion The log region. @param[in] aFormat A pointer to the format string. @param[in] aArgs va_list matching aFormat.