Searched defs:Logger (Results 1 – 1 of 1) sorted by relevance
135 pub struct Logger { struct139 impl Logger { impl140 pub fn new(level: &String, rotate: Option<Rotate>, path: Option<String>) -> Result<Logger> { in new()