pub unsafe extern "C" fn nix_set_log_format(
context: *mut nix_c_context,
format: *const c_char,
) -> nix_errExpand description
Sets the log format
ยงArguments
context[out] - Optional, stores error informationformat[in] - The string name of the format.