摘要: 不要这样写: log.error(e);这样只是简单的记录下错误的类型,不能精确出错误出错在哪行 要写成:log.error(e.toString(),e); 阅读全文
posted @ 2018-01-13 16:08 0xcafedaddy 阅读(745) 评论(0) 推荐(0)