pub fn set_verbosity_log_file(path: impl AsRef<Path>) -> Result<(), CoppError>
Configure a log file as verbosity output backend.
The parent directory is created automatically if it does not exist. File is opened in append mode.