Membrane.Log.Supervisor.start_link

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

start_link(config, options \\ [])

View Source

Specs

start_link(Keyword.t(), [Supervisor.option()] | []) :: Supervisor.on_start()

Starts the Supervisor.

Options are passed to Supervisor.start_link/3.