摘要:
具体工作做完了,学习以下Log4j的使用。以前别人配好了我用,现在学着配置一下,并记录下全部过程。0、首先当然要下载log4j.jar了下载地址:http://logging.apache.org/log4j/1.2/download.html我下载的是log4j-1.2.15.jar1、新建Web Project工程名:log4j2、给工程添加Log4j从0步下载的文件中找到log4j-1.2.... 阅读全文
摘要:
1.在classes下建立两个配置文件commons-logging.properties和log4j.properties .2.在commons-logging.properties里写入一行, org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger.说明用的是log4j。3.编写log4j.prop... 阅读全文