Searched refs:gen_log_file (Results 1 – 1 of 1) sorted by relevance
73 pub fn gen_log_file(rotate: Rotate, path: String) -> Result<File> { in gen_log_file() function115 match gen_log_file(rotate.to_owned(), path.to_owned()) { in gen_log_file_thread_run()160 let file = gen_log_file(rotate_val.clone(), path_val.clone())?; in new()