为什么Log记录日志要先做一个判断了?如下。
if (logger.isErrorEnabled()){ logger.error(msg,e); } 还有就是logger.isDebugEnabled和logger.isInfoEnable 等等?
相关分类