Value: nrf_802154_sl_log_local_event(verbosity, local_event_id, param_u16)
Records log about event (with parameter) related to current module.
- Parameters
-
verbosity | Verbosity level of the module in which log is recorded required to emit log. |
local_event_id | Event identifier whose meaning is defined within scope of the module in which log is recorded. Possible values 0...63 |
param_u16 | Additional parameter to be logged with event. Meaning of the parameter is defined by the module in which the log is recorded and event_id. |