Membrane.Log.Logger.start

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

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

View Source

Specs

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.