Function puffin::log::appender_tofile

source ยท
fn appender_tofile<S, P>(name: S, log_path: P) -> Appender
where S: AsRef<str>, P: AsRef<Path>,