Membrane.Log.Supervisor.each_logger

You're seeing just the function each_logger, go back to Membrane.Log.Supervisor module for more information.

Specs

each_logger(([children_info] -> any())) :: :ok
when children_info:
       {term() | :undefined, Supervisor.child() | :restarting,
        :worker | :supervisor, [module()] | :dynamic}

Iterates through list of children and executes given function on every child.

Should return :ok.