pub unsafe extern "C" fn otPlatLog(
aLogLevel: otLogLevel,
aLogRegion: otLogRegion,
aFormat: *const c_char,
...
)
Expand description
Outputs logs.
Note that the support for log region is removed. The OT core will always emit all logs with OT_LOG_REGION_CORE
as @p aLogRegion.
@param[in] aLogLevel The log level. @param[in] aLogRegion The log region. @param[in] aFormat A pointer to the format string. @param[in] … Arguments for the format specification.