Log v0.7.1 Log.Filter.Tag View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Log.Filter.Tag{ include_untagged?: boolean(), must_exclude: :none | :all | [Log.Tag.name(), ...], must_include: :none | [Log.Tag.name(), ...], one_of: :any | [Log.Tag.name(), ...] }
Link to this section Functions
Link to this function
put(filter, name)
View Sourceput(filter :: t(), name :: Log.Filter.Tag.Name.t()) :: {:error, String.t()} | {:ok, t()}