Searched defs:log_file (Results 1 – 1 of 1) sorted by relevance
19 log_file: Option<File>, field28 let log_file = File::create(&file_path).expect("Failed to create log file."); in new() localVariable