[][src]Function libcoap_sys::coap_set_log_handler

pub unsafe extern "C" fn coap_set_log_handler(handler: coap_log_handler_t)

Add a custom log callback handler.

@param handler The logging handler to use or @p NULL to use default handler.