FaasBase.Aws.Logger.start_link

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

start_link(log_level \\ :info)

View Source

Specs

start_link(level()) :: on_start()

Start Logger.

log_level must be in [:debug, :info, :warn, :error]