![]() |
nRF Connect SDK API 3.3.99
|
| void log_rpc_set_stream_level | ( | enum log_rpc_level | level | ) |
#include <include/logging/log_rpc.h>
Sets the log streaming verbosity level.
The log streaming is the feature of nRF RPC logging that allows receiving log messages as they are generated by the application running on the remote device.
This function issues an nRF RPC command that configures the remote device to stream log messages whose level is less than or equal to the specified level.
| level | Logging level, see log_rpc_level. |