pub unsafe extern "C" fn otLogWarnPlat(aFormat: *const c_char, ...)
Expand description

Emits a log message at warning log level.

Is intended for use by platform. If OPENTHREAD_CONFIG_LOG_PLATFORM is not set or the current log level is below warning, this function does not emit any log message.

@param[in] aFormat The format string. @param[in] … Arguments for the format specification.