[][src]Type Definition fern::Filter

type Filter = dyn Fn(&Metadata) -> bool + Send + Sync + 'static;

A type alias for a log filter. Returning true means the record should succeed - false means it should fail.