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

◆ log_rpc_set_history_level()

void log_rpc_set_history_level ( enum log_rpc_level level)

#include <include/logging/log_rpc.h>

Sets the log history verbosity level.

The log history is the feature of nRF RPC logging that allows saving log messages generated by the application running on the remote device into a ring buffer, and then retrieving the log history when needed.

This function issues an nRF RPC command that configures the remote device to save log messages whose level is less than or equal to the specified level.

Parameters
levelLogging level, see log_rpc_level.