项目中记录log4j记录日志
Posted 想飞的小丑鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了项目中记录log4j记录日志相关的知识,希望对你有一定的参考价值。
1. 导入如上 log下的对应jar包
2. 在src下新建log4j.properties文件,类容如(详细配置:http://www.cnblogs.com/suman/archive/2010/10/23/1858864.html )
3.编写代码
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
Log log = LogFactory.getLog( this .getClass());
4、附件为参考例子
http://files.cnblogs.com/files/richelle009/log4j.rar
以上是关于项目中记录log4j记录日志的主要内容,如果未能解决你的问题,请参考以下文章