furi_log_remove_handler

Function furi_log_remove_handler 

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

Remove log TX callback

§Arguments

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

§Returns

true on success, false otherwise