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

Internal function to actually do the opening of the logfile.

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