Ejabberd.Config.EjabberdLogger (ejabberd v21.4.0)
Module used to log validation errors given validated modules given validated modules.
Link to this section 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.
Link to this section Functions
Link to this function
log_errors(modules_validated)
Specs
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.