Without Book 질문하기
질문. isDebugEnabled to check in debug log
- When we write logger.debug before we check if(isDebugEnabled). Why so? Example:
if(logger.isDebugEnabled){
logger.debug(\"Enter : populateContacts\");
}
작성일 Jul 16, 2014 작성자 Lary Bon