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