nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ log_rpc_echo()

void log_rpc_echo ( enum log_rpc_level level,
const char * message )

#include <include/logging/log_rpc.h>

Generates a log message on the remote device.

This function issues an nRF RPC command that requests the remote device to generate a log message with the given level. This function can be used to test other functions of Logging over nRF RPC library.

Parameters
levelLogging level, see log_rpc_level.
messageLog message C string.