if
예:
if (LOG.isTraceEnabled()) { // 디버그 수준이 기록되었지만 추적 수준이 확인되었습니다 LOG.debug("some log message"); }
이 검사는 java.util.logging, Log4j, Log4j2, Apache Commons Logging 및 SLF4J 로깅 프레임워크를 이해합니다.