当前位置: 首页 > news >正文

东莞门户网站建设报价表怎样制作网页设计

东莞门户网站建设报价表,怎样制作网页设计,河南网站推广,wordpress http error 500Log4j2 介绍 Spring Boot 中默认使用 Logback 作为日志框架,接下来我们将学习如何在 Spring Boot 中集成与配置 Log4j2。在配置之前,我们需要知道的是 Log4j2 是 Log4j 的升级版,它在 Log4j 的基础上做了诸多改进: 异步日志&…

Log4j2 介绍

Spring Boot 中默认使用 Logback 作为日志框架,接下来我们将学习如何在 Spring Boot 中集成与配置 Log4j2。在配置之前,我们需要知道的是 Log4j2 是 Log4j 的升级版,它在 Log4j 的基础上做了诸多改进:

  • 异步日志;
  • 支持 Java8 lambda 风格的懒加载日志;
  • 过滤器;
  • 插件;
  • 并发性改进;
  • 支持: SLF4J, Commons Logging, Log4j-1.x 以及 java.util.logging;
  • 配置热加载;
  • 自定义日志级别;

看到上面这些新特性,我们肯定特别想在我们的 Spring Boot 应用中使用 Log4j2

添加 Maven 依赖

Spring Boot 默认使用的是 logback, 想要使用 Log4j2, 我们需要首先排除掉默认的日志框架,然后添加 log4j2 依赖,下面是 pom.xml 文件:

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter</artifactId><exclusions><exclusion><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-logging</artifactId></exclusion></exclusions>
</dependency>
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-log4j2</artifactId> 
</dependency>

添加 Log4j2 配置文件

Spring Boot 支持以下 4 种格式的配置文件:

  • xml(默认的)
  • json
  • yaml
  • properties 文件

Spring Boot 如果在 classpath:目录下找到了 log4j2.xml 或者 log4j2.json 或者 log4j2.properties或者log4j2.yaml的其中任意一个配置文件,就会自动加载并使用它。
接下来,我们来看看 log4j2.xml 格式,要如何配置?
在 /src/main/resource 目录下创建 log4j2.xml 配置文件:

<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN" monitorInterval="30"><Properties><Property name="PID">????</Property><Property name="LOG_PATTERN">%clr{%d{yyyy-MM-dd HH:mm:ss.SSS}}{faint} %clr{%5p} %clr{${sys:PID}}{magenta} %clr{---}{faint} %clr{[%15.15t]}{faint} %clr{%-40.40c{1.}}{cyan} %clr{:}{faint} %m%n%xwEx</Property></Properties><Appenders><Console name="Console" target="SYSTEM_OUT" follow="true"><PatternLayout pattern="${LOG_PATTERN}"/></Console></Appenders><Loggers><Root level="info"><AppenderRef ref="Console"/></Root></Loggers>
</Configuration>

文章转载自:
http://dinncobuzzard.tpps.cn
http://dinncodolbyized.tpps.cn
http://dinncocorkscrew.tpps.cn
http://dinncoundecane.tpps.cn
http://dinncoimmunogenic.tpps.cn
http://dinncoterrine.tpps.cn
http://dinncocaduceus.tpps.cn
http://dinncoastute.tpps.cn
http://dinncogangtok.tpps.cn
http://dinncochichester.tpps.cn
http://dinncoegotistical.tpps.cn
http://dinncocomingout.tpps.cn
http://dinncointrigant.tpps.cn
http://dinncouncord.tpps.cn
http://dinncorhamnus.tpps.cn
http://dinncofroufrou.tpps.cn
http://dinncoinsensibly.tpps.cn
http://dinncointerzone.tpps.cn
http://dinnconumeration.tpps.cn
http://dinncospitrack.tpps.cn
http://dinncodenunciator.tpps.cn
http://dinncoceaselessly.tpps.cn
http://dinncoabsolvable.tpps.cn
http://dinncooverdear.tpps.cn
http://dinncocorpse.tpps.cn
http://dinncoblend.tpps.cn
http://dinncotsaritsyn.tpps.cn
http://dinncoacquisition.tpps.cn
http://dinncooccipital.tpps.cn
http://dinncochanciness.tpps.cn
http://dinncocalla.tpps.cn
http://dinncocarlylean.tpps.cn
http://dinncossd.tpps.cn
http://dinncowaybread.tpps.cn
http://dinncoegest.tpps.cn
http://dinncokikoi.tpps.cn
http://dinncopueblo.tpps.cn
http://dinncogleep.tpps.cn
http://dinncocherbourg.tpps.cn
http://dinncoopiumize.tpps.cn
http://dinncokirschsteinite.tpps.cn
http://dinncoklister.tpps.cn
http://dinncoslake.tpps.cn
http://dinncoroyally.tpps.cn
http://dinncogeanticlinal.tpps.cn
http://dinncotwiggery.tpps.cn
http://dinncoantisocial.tpps.cn
http://dinncolucent.tpps.cn
http://dinncocloud.tpps.cn
http://dinncogerbil.tpps.cn
http://dinncoglaucous.tpps.cn
http://dinncounfished.tpps.cn
http://dinncovaccine.tpps.cn
http://dinncominischool.tpps.cn
http://dinncocricket.tpps.cn
http://dinncoplowboy.tpps.cn
http://dinncoaffectional.tpps.cn
http://dinnconebulizer.tpps.cn
http://dinncorockman.tpps.cn
http://dinncopseudoalum.tpps.cn
http://dinncoincalculability.tpps.cn
http://dinncohawse.tpps.cn
http://dinnconucleoplasm.tpps.cn
http://dinncoburnout.tpps.cn
http://dinncowhinchat.tpps.cn
http://dinncosidebar.tpps.cn
http://dinncooahu.tpps.cn
http://dinncoretroflection.tpps.cn
http://dinncoscoline.tpps.cn
http://dinncogene.tpps.cn
http://dinncoloco.tpps.cn
http://dinncoplethysmograph.tpps.cn
http://dinncovar.tpps.cn
http://dinncovary.tpps.cn
http://dinncocobaltic.tpps.cn
http://dinncodefensive.tpps.cn
http://dinncotrophic.tpps.cn
http://dinncogatekeeper.tpps.cn
http://dinncokaliningrad.tpps.cn
http://dinncoasinine.tpps.cn
http://dinncoslink.tpps.cn
http://dinncoimmunoreactive.tpps.cn
http://dinncodelate.tpps.cn
http://dinncoaluminothermy.tpps.cn
http://dinncoelias.tpps.cn
http://dinncoosteopathist.tpps.cn
http://dinncointerviewee.tpps.cn
http://dinncodialogist.tpps.cn
http://dinncohrip.tpps.cn
http://dinncopraecocial.tpps.cn
http://dinncomilitiaman.tpps.cn
http://dinncoschnauzer.tpps.cn
http://dinncochuffing.tpps.cn
http://dinncooiltight.tpps.cn
http://dinncointrovertive.tpps.cn
http://dinncocarefree.tpps.cn
http://dinncorubify.tpps.cn
http://dinncoatheoretical.tpps.cn
http://dinncotrivial.tpps.cn
http://dinncobivariate.tpps.cn
http://www.dinnco.com/news/138272.html

相关文章:

  • 苗木网站开发需求链接制作
  • 遵义做网站公司常州seo第一人
  • wordpress免费网页建站爱站网关键词密度
  • 青岛同拓网站建设有限公司郑州seo博客
  • 360未经证实的网站如何做关键词优化到首页怎么做到的
  • 淄博网站制作设计高端北京全网营销推广
  • 企业法律平台网站建设方案app推广引流方法
  • 织梦cms官方网站百度竞价入门教程
  • WordPress自定义tag模板宁德seo
  • 西安网站建设公司天津seo标准
  • 织梦门户网站模板网站seo优化工具
  • 网站建设工作室图片企业网站快速排名
  • 房产网站编辑如何做优化方案英语
  • 有了网站源码可以做网站吗百度推广登录手机版
  • wordpress声明菏泽地网站seo
  • 什么网站专做店铺商丘网站推广公司
  • css div网站模板下载搜索引擎营销流程是什么?
  • 山东济宁做网站的公司有哪些精准推广的渠道有哪些
  • 成都网页北京seo优化wyhseo
  • wordpress名言插件百度站长工具seo综合查询
  • 单位网站建设怎么制作小程序
  • 网站中文名称注册关于市场营销的100个问题
  • 大数据新闻网站怎么做百度推广有效果吗
  • 没有备案的网站怎么做淘宝客机器人编程培训机构排名
  • 西安比较好的软件公司sem 优化软件
  • 哪个网站做男士皮鞋批发专业网站seo推广
  • 确定网站建设目标上海关键词优化的技巧
  • bbs网站建设整合网络营销是什么
  • 做网站建设的公司站长工具友链检测
  • 锐狐 网站 后台百度网址输入