Log v0.5.1 Log.LevelFilter View Source

Provides functions to parse LOG_LEVEL into filtering

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

match?(filter, level)

View Source
match?(filter :: t(), level :: Log.Level.t()) :: boolean()
Link to this function

parse(level)

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

parse!(level)

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