pub unsafe extern "C" fn nrf_modem_os_logdump(
    level: c_int,
    str_: *const c_char,
    data: *const c_void,
    len: usize
)
Expand description

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.