Log v0.3.0 Log.TagFilter.Condition View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

and_match?(filters, matcher)

View Source
Link to this function

get_type(tag_filter)

View Source
get_type(tag_filter :: Log.TagFilter.t()) :: t()
Link to this function

match?(tag_filters, matcher)

View Source
match?(
  tag_filters :: Log.TagFilter.List.t(),
  matcher :: (Log.TagFilter.t() -> boolean())
) :: boolean()
Link to this function

or_match?(filters, matcher)

View Source