furi_log_level_to_string

Function furi_log_level_to_string 

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

Log level to string

§Arguments

  • level (direction in) - The level
  • str (direction out) - String representation of the level

§Returns

True if success, False otherwise