ejabberd v18.6.0 Ejabberd.Config.EjabberdLogger
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)
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.