pub unsafe extern "C" fn aws_string_to_log_level(
    level_string: *const c_char,
    log_level: *mut aws_log_level
) -> c_int
Expand description

Converts a c-string constant to a log level value. Uses case-insensitive comparison and simply iterates all possibilities until a match or nothing remains. If no match is found, AWS_OP_ERR is returned.