log中打印exception 堆棧信息

只須要在輸出e的時候,前面加上本身的String
例如:
 java

try {
	Content contentInfo = new Content(getDetailCurrentCompanyName(), 2, wholeUrl, dyxqHtml, 1, 0);
	super.addContent(contentInfo);
    } catch (Exception e) {
        logger.info("saving source file exception", e);
    }

這樣就能夠,注意前面加上本身的註釋code

相關文章
相關標籤/搜索