Membrane.Log.Logger.start_link

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

start_link(module, logger_options \\ nil, process_options \\ [])

View Source

Specs

Starts process for logger of given module, initialized with given options and links it to the current process in the supervision tree.

Works similarly to GenServer.start_link/3 and has the same return values.