log4j:WARN Please initialize the log4j system properly解决的方法
Posted yfceshi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了log4j:WARN Please initialize the log4j system properly解决的方法相关的知识,希望对你有一定的参考价值。
要解决问题很easy,建立LOG4J 的配置文件就可以。
在src 文件夹下创建配置文件,选
一、择菜单File > New > File,文件名称输入log4j.properties,文件内容例如以下所看到的:
log4j.rootLogger=WARN, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - %m%n
二、加入一个log4j-1.2.14.jar
右击项目--》Build Path--》Add External Archives —》log4j-1.2.14.jar
log4j-1.2.14.jar下载地址: http://download.csdn.net/detail/sanqima/7507229
以上是关于log4j:WARN Please initialize the log4j system properly解决的方法的主要内容,如果未能解决你的问题,请参考以下文章
spring-bootspring-boot使用log4j框架时,提示警告-》log4j:WARN Please initialize the log4j system properly.
log4jspringboot项目启动 ,使用的druid数据源,log4j报错 log4j:WARN Please initialize the log4j system properly.(代码片
解决log4j:WARN Error initializing output writer. log4j:WARN Unsupported encoding?的问题
log4j:WARN Error during default initialization
使用hibernate出现log4j:WARN No appenders could be found for logger (org.hibernate.cfg.annotations.Versio