pub fn quick_log_level<S: Into<String>>(
    level: S,
    path: Option<S>
) -> SimpleResult<()>