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