You could add "FATAL" at the beginning of your message. For example:
LOGGER.error("FATAL: database connection lost.");
You do lose some things, like filtering based on level, but this may be ok for many people, especially since you're unlikely to filter out FATAL statements (debug and trace, sure).