Log v0.8.1 Log.Level.Name View Source
Provides functions to parse level strings
Link to this section Summary
Link to this section Functions
Link to this function
parse(level)
View Sourceparse(level :: String.t()) :: {:ok, Log.Level.t()} | {:error, String.t()}
Link to this function
parse!(level)
View Sourceparse!(level :: String.t()) :: Log.Level.t() | no_return()