ejabberd v17.01.0 Ejabberd.Config.EjabberdLogger
Module used to log validation errors given validated modules given validated modules.
Summary
Functions
Given a list of modules validated, in the form of {:ok, mod} or {:error, mod, errors}, it logs to the user the errors found
Functions
log_errors(modules_validated)
log_errors([Ejabberd.Config.EjabberdModule.t]) :: [Ejabberd.Config.EjabberdModule.t]
Given a list of modules validated, in the form of {:ok, mod} or {:error, mod, errors}, it logs to the user the errors found.