pub trait Filter { // Required method fn is_enabled(&self, _level: Level) -> bool; }
whether a log level is enable