摘要: 以Slf4j+logbak为例: 代码如下: @Slf4j public class TestThrowable { public static void main(String args[]){ try{ returnNum(new int[]{1}); }catch (Exception e){ 阅读全文
posted @ 2019-11-19 14:11 Jin1000x 阅读(278) 评论(0) 推荐(0) 编辑