pub fn initiate_logging<P: AsRef<Path>>( path: Option<P>, disable_console: bool, ) -> Result<impl Drop, Box<dyn Error + Send + Sync + 'static>>
Start logging to file and console, both optional.