[][src]Function openthread_sys::otPlatLog

pub unsafe extern "C" fn otPlatLog(
    aLogLevel: otLogLevel,
    aLogRegion: otLogRegion,
    aFormat: *const c_char,
     ...
)

This function outputs logs.

@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.