Function periodic_log_level

Source
pub fn periodic_log_level(i: u32, every: u32) -> Level
👎Deprecated: use period::Periodic or period::PeriodCounter
Expand description

Utility method usually returning log::Level::Debug but when i is divisible by every returns log::Level::Info