Macro enso_flexer::prelude::logger::define_compile_time_filtering_rules[][src]

macro_rules! define_compile_time_filtering_rules {
    ($(for level::from::$filter:ident remove $($level:ident),*;)*) => { ... };
}
Expand description

Defines specialized version of compile time filtering rules for the given filtering levels. It defines specialized implementations for the default implementation above. See the usage below to learn more.