log4rs-rolling-file 0.2.0

A rolling file appender for log4rs
Documentation
1
2
3
4
5
6
7
#[derive(Deserialize)]
#[serde(deny_unknown_fields)]
pub struct Config {
    pub pattern: String,
    pub base: Option<u32>,
    pub count: u32,
}