nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_modem_os_logdump()

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.

Parameters
levelLog level.
strString to print in the log.
dataData whose hex representation we want to log.
lenLength of the data to hex dump.