furi_log_add_handler

Function furi_log_add_handler 

Source
pub unsafe extern "C" fn furi_log_add_handler(
    handler: FuriLogHandler,
) -> bool
Expand description

Add log TX callback

§Arguments

  • handler (direction in) - The callback and its context

§Returns

true on success, false otherwise