Log v0.7.0 Log.TagFilter.Condition View Source
Provides functions to match a list of filters using a matcher function.
Each filter is executed using an and
or or
condition based on
Log.TagFilter.ConditionType
protocol
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
get_type(tag_filter)
View Sourceget_type(tag_filter :: Log.TagFilter.t()) :: t()
Link to this function
match?(tag_filters, matcher)
View Sourcematch?( tag_filters :: Log.TagFilter.List.t(), matcher :: (Log.TagFilter.t() -> boolean()) ) :: boolean()