Enumerates the valid CLEF log levels.
@type t() :: :Debug | :Verbose | :Information | :Warning | :Error | :Fatal
@spec to_string(t()) :: String.t()