Log v0.7.1 Log.Filter.Tag.Match View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
filter?(filter, tags)
View Sourcefilter?(filter :: Log.Filter.Tag.t(), tags :: [Log.Tag.t()]) :: boolean()
Link to this function
must_exclude(some, tags)
View Sourcemust_exclude( some :: :none | :all | [Log.Tag.name(), ...], tags :: [Log.Tag.t()] ) :: t()
Link to this function
must_include(some, tags)
View Sourcemust_include(some :: :none | [Log.Tag.name(), ...], tags :: [Log.Tag.t()]) :: t()
Link to this function
one_of(some, tags)
View Sourceone_of(some :: :any | [Log.Tag.name(), ...], tags :: [Log.Tag.t()]) :: t()