Reports is log enabled for conditions of if statements which do not match the log level of the contained logging call.

For example:

if (logger.isTraceEnabled()) {
    logger.debug("some log message");
}

This inspection understands the java.util, log4j, commons-logging and slf4j logging frameworks.