MetaLogger.info
You're seeing just the function
info
, go back to MetaLogger module for more information.
Logs a info message keeping logger metadata from caller processes.
Returns :ok
or an {:error, reason}
tuple.
Examples
MetaLogger.info("hello?")
MetaLogger.info(fn -> "dynamically calculated debug" end)
MetaLogger.info(fn -> {"dynamically calculated info", [additional: :metadata]} end)