t() :: atom() | Log.Tag.Always.t()
parse(tag :: atom()) :: t() | {:error, String.t()}
parse!(tag :: atom()) :: t() | no_return()