Membrane.Log.Logger.start_link
You're seeing just the function
start_link
, go back to Membrane.Log.Logger module for more information.
Specs
start_link(module(), logger_options_t(), process_options_t()) :: on_start()
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.