Membrane.Log.Logger.start
You're seeing just the function
start
, go back to Membrane.Log.Logger module for more information.
Specs
start(module(), logger_options_t(), process_options_t()) :: on_start()
Starts process for logger of given module, initialized with given options outside of the supervision tree.
Works similarly to GenServer.start/3
and has the same return values.