Membrane.Log.Supervisor.start_link
You're seeing just the function
start_link
, go back to Membrane.Log.Supervisor module for more information.
Specs
start_link(Keyword.t(), [Supervisor.option()] | []) :: Supervisor.on_start()
Starts the Supervisor.
Options are passed to Supervisor.start_link/3
.