macro_rules! enabled {
    ($lvl:expr) => { ... };
}
Expand description

Determines if a message logged at the specified level in the same module would be logged or not.