[][src]Function mupdf_sys::fz_new_log_for_module

pub unsafe extern "C" fn fz_new_log_for_module(
    ctx: *mut fz_context,
    module: *const c_char
) -> *mut fz_output

Internal function to actually do the opening of the logfile.

Caller should close/drop the output when finished with it.