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.logging, log4j, Log4j 2, Apache Commons Logging and SLF4J logging frameworks.