t() :: [Log.Tag.t()]
parse(tags :: [atom()]) :: t() | {:error, String.t()}
parse!(tags :: [atom()]) :: t() | no_return()