The process of emitting an alert can throw various exceptions, (for example RejectedExecutionException if the logger isn't' started properly). Throwing such exceptions causes whatever was trying to be alerted to be completely lost.
This ask is to have a fallback during the alert process that logs to a Logger as a last resort when trying to emit an alert.