http://www.blogjava.net/john2522/archive/2011/11/22/364572.html
if(getLogger().isDebugable)
{
getLogger().debug();
}
如果配置成info,则不会打印。