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

Converts a log level to a c-string constant. Intended primarily to support building log lines that include the level in them, i.e.

[ERROR] 10:34:54.642 01-31-19 - Json parse error….