Without Book اطرح سؤالا
Review the question and existing answers carefully before replying. The best answers explain the reasoning, steps, and tradeoffs so other learners can benefit too.
السؤال. 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