Membrane.Log.Supervisor.add_logger

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

add_logger(module, options, child_id)

View Source

Specs

add_logger(atom(), any(), child_id_t()) :: :ok | :invalid_module

Initializes logger and adds it to the supervision tree.

As arguments, it expects module name, logger options and process/logger id

If successful returns :ok On error returns :invalid_module