[][src]Trait fast_log::filter::Filter

pub trait Filter: Send + Sync {
    fn filter(&self, record: &Record<'_>) -> bool;
}

log filter

Required methods

fn filter(&self, record: &Record<'_>) -> bool

Loading content...

Implementors

impl Filter for ModuleFilter[src]

impl Filter for NoFilter[src]

Loading content...