Logger.get_module_level

You're seeing just the function get_module_level, go back to Logger module for more information.
Link to this function

get_module_level(mod)

View Source (since 1.11.0)

Specs

get_module_level(module() | [module()]) :: [{module(), level() | :all | :none}]

Gets logging level for given module.

Returned value will be the effective value used. If no value was set for given module, then it will not be present in the returned list.