![]() |
nrfxlib API 3.4.99
|
| int32_t mpsl_log_handlers_set | ( | const mpsl_log_handlers_t * | handlers | ) |
#include <mpsl/include/mpsl.h>
Register the handlers for the log library.
When the log handlers are registered, MPSL and dependent libraries will call functions provided in handlers.
| [in] | handlers | The log handlers, or NULL to disable log forwarding. The handlers are copied and stored internally. |
| 0 | Success. |
| -NRF_EPERM | This API must be called before mpsl_init(). |