pub unsafe extern "C" fn gpr_log(
    file: *const c_char,
    line: c_int,
    severity: gpr_log_severity,
    format: *const c_char,
     ...
)
Expand description

Log a message. It’s advised to use GPR_xxx above to generate the context for each message