Log v0.7.1 Log.Filter.Tag.Match View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: :ignore | :match | :mismatch

Link to this section Functions

Link to this function

always?(tags)

View Source
always?(tags :: [Log.Tag.t()]) :: boolean()
Link to this function

filter?(filter, tags)

View Source
filter?(filter :: Log.Filter.Tag.t(), tags :: [Log.Tag.t()]) :: boolean()
Link to this function

must_exclude(some, tags)

View Source
must_exclude(
  some :: :none | :all | [Log.Tag.name(), ...],
  tags :: [Log.Tag.t()]
) :: t()
Link to this function

must_include(some, tags)

View Source
must_include(some :: :none | [Log.Tag.name(), ...], tags :: [Log.Tag.t()]) ::
  t()
Link to this function

one_of(some, tags)

View Source
one_of(some :: :any | [Log.Tag.name(), ...], tags :: [Log.Tag.t()]) :: t()
Link to this function

untagged?(list)

View Source
untagged?(tags :: [Log.Tag.t()]) :: boolean()