Skip to main content

create_log_file

Function create_log_file 

Source
pub fn create_log_file(filename: &str) -> Result<File, Error>
Expand description

Create a new log file in write-only append mode, truncating it if it exists.