furi_log_level_from_string

Function furi_log_level_from_string 

Source
pub unsafe extern "C" fn furi_log_level_from_string(
    str_: *const c_char,
    level: *mut FuriLogLevel,
) -> bool
Expand description

Log level from string

§Arguments

  • str (direction in) - The string
  • level (direction out) - The level

§Returns

True if success, False otherwise