nrfxlib API 2.8.99
|
void nrf_modem_os_logdump | ( | int | level, |
const char * | str, | ||
const void * | data, | ||
size_t | len ) |
#include <nrf_modem/include/nrf_modem_os.h>
Logging procedure for dumping hex representation of object.
level | Log level. |
str | String to print in the log. |
data | Data whose hex representation we want to log. |
len | Length of the data to hex dump. |