摘要: log4j2常见配置 转载自:https://www.cnblogs.com/gavinYang/p/8168928.html 依赖jar: <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core 阅读全文
posted @ 2023-05-06 12:50 JaxYoun 阅读(264) 评论(0) 推荐(0) 编辑
摘要: logback常见配置 依赖jar包 <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core --> <dependency> <groupId>ch.qos.logback</groupId> <artifactId> 阅读全文
posted @ 2023-05-06 12:44 JaxYoun 阅读(64) 评论(0) 推荐(0) 编辑
摘要: log4j常见配置 转载自:https://www.cnblogs.com/gavinYang/p/8168901.html 依赖jar <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2 阅读全文
posted @ 2023-05-06 11:48 JaxYoun 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 日志门面Slf4j 转载自:https://zhuanlan.zhihu.com/p/394685808 Java日志的恩怨情仇 1996年早期,欧洲安全电子市场项目组决定编写它自己的程序跟踪API(Tracing API)。经过不断的完善,这个API终于成为一个十分受欢迎的Java日志软件包,即L 阅读全文
posted @ 2023-05-06 10:54 JaxYoun 阅读(65) 评论(0) 推荐(0) 编辑