This function will print a message and stop execution of the code. This should only be used if the application should terminate.
logger.severe(msg, ..., wrap = TRUE)
Set logger.setQuitOnSevere(FALSE)
to avoid terminating
the session. The default is to not quit if running interactively.
if (FALSE) { # \dontrun{
logger.severe('missing parameters')
} # }