博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
log4j下载地址及日志文件输入位置配置
阅读量:6636 次
发布时间:2019-06-25

本文共 683 字,大约阅读时间需要 2 分钟。

ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...

去以下地址下载个核心包加入到classpath内。

http://www.apache.org/dyn/closer.lua/logging/log4j

 

在配置日期文件输出位置时可以配置在WEB项目内,

 

Log4j configuration properties. The expressions ${log4j:configLocation} and ${log4j:configParentLocation} respectively provide the absolute path to the log4j configuration file and its parent folder.

 

The example below uses this lookup to place log files in a directory relative to the log4j configuration file.

from:http://logging.apache.org/log4j/2.x/manual/lookups.html 

%d %p %c{1.} [%t] %m%n

 

 

转载地址:http://qfpvo.baihongyu.com/

你可能感兴趣的文章
堆排序
查看>>
分块查找
查看>>
直接插入排序
查看>>
顺序查找
查看>>
折半插入排序
查看>>
希尔排序
查看>>
快速排序
查看>>
模板方法模式
查看>>
工厂模式
查看>>
建造者模式
查看>>
unity基础知识
查看>>
享元模式
查看>>
DoTween插件
查看>>
unity坐标系
查看>>
unity坐标系02
查看>>
unity物体移动Transform.Translat
查看>>
实现单滑页效果
查看>>
对象池
查看>>
unity编辑器扩展
查看>>
Json解析
查看>>