Membrane.Log.Router.level_to_val
You're seeing just the function
level_to_val
, go back to Membrane.Log.Router module for more information.
Specs
level_to_val(Membrane.Log.level_t()) :: 0 | 1 | 2
Converts atom with level to its number representation
Valid atoms are:
- :debug
- :info
- :warn