[][src]Trait susyabi::LogFilter

pub trait LogFilter {
    fn wildcard_filter(&self) -> TopicFilter;
}

Common filtering functions that are available for any event.

Required methods

fn wildcard_filter(&self) -> TopicFilter

Match any log parameters.

Loading content...

Implementors

Loading content...