Removed appenders are closed.
This is useful when re-reading configuration information.
154155156157158159160161162163164
_appender = null; Logger logger = LogManager.getLogger(_interceptedLoggerName); logger.setLevel(null); logger.setAdditivity(true); logger.removeAllAppenders(); } } /** * Checks that the provided substring exists in the exceptions message.