For example an `AbstractPollingEndpoint` and its code like this: ``` if (logger.isDebugEnabled()) { logger.debug("Poll interrupted - during stop()? : " + e.getMessage()); } ```