摘要: public class ExceptionUtil { public static String getMessage(Exception e) { StringWriter sw = null; PrintWriter pw = null; try { sw = new StringWriter 阅读全文
posted @ 2022-06-12 00:10 阿灿呀 阅读(18) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="10 seconds"> <!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL, 阅读全文
posted @ 2022-06-12 00:08 阿灿呀 阅读(51) 评论(0) 推荐(0)