Log v0.8.1 Log.Filter.Tag.Name View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() ::
  {:tag, Log.Tag.name()}
  | {:+, Log.Tag.name()}
  | {:-, Log.Tag.name()}
  | :untagged
  | :all

Link to this section Functions

Link to this function

parse(tag)

View Source
parse(tag :: String.t()) :: {:ok, t()} | {:error, String.t()}
Link to this function

parse!(tag)

View Source
parse!(tag :: String.t()) :: t() | no_return()