pub fn initialize_log( dump_to_file: Option<String>, dump_to_stdout: bool, dump_to_stderr: bool, keep_previous_file: bool, ) -> Result<(), FileError>