export_xes_event_log_to_file_path

Function export_xes_event_log_to_file_path 

Source
pub fn export_xes_event_log_to_file_path<P: AsRef<Path>>(
    log: &EventLog,
    path: P,
) -> Result<(), Error>
Expand description

Export an EventLog to a filepath

Automatically selects gz-compression if filepath ends with .gz

See also export_xes_event_log_to_file, which accepts a File and boolean flag for gz-compression.