Type Definition fern::Filter [] [src]

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

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