pub unsafe extern "C" fn alpm_option_get_logfile(
    handle: *mut alpm_handle_t
) -> *const c_char
Expand description

Gets the filepath to the currently set logfile. @param handle the context handle @return the path to the logfile