Spring(八)-spring5框架新功能
2021-04-22 09:29
标签:功能 ons div 2-2 coding 引入 排序 log4j 输出 Spring5 已经移除 Log4jConfigListener,官方建议使用 Log4j2 1)引入 jar 包 2)创建 log4j2.xml 配置文件 3)测试 Spring(八)-spring5框架新功能 标签:功能 ons div 2-2 coding 引入 排序 log4j 输出 原文地址:https://www.cnblogs.com/hujinzhong/p/13278187.html一、Log4j2日志框架
xml version="1.0" encoding="UTF-8"?>
configuration status="INFO">
appenders>
console name="Console" target="SYSTEM_OUT">
PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
console>
appenders>
loggers>
root level="info">
appender-ref ref="Console"/>
root>
loggers>
configuration>
文章标题:Spring(八)-spring5框架新功能
文章链接:http://soscw.com/index.php/essay/78016.html