r_log

Function r_log 

Source
pub unsafe extern "C" fn r_log(
    funcname: *const c_char,
    filename: *const c_char,
    lineno: c_uint,
    level: RLogLevel,
    tag: *const c_char,
    fmtstr: *const c_char,
    ...
)