pub unsafe extern "C" fn otLogCritPlat(aFormat: *const c_char, ...)
Expand description
Emits a log message at critical log level.
Is intended for use by platform. If OPENTHREAD_CONFIG_LOG_PLATFORM
is not set or the current log
level is below critical, this function does not emit any log message.
@param[in] aFormat The format string. @param[in] … Arguments for the format specification.