码迷,mamicode.com
首页 > 其他好文 > 详细

使用log4j日志-配置加载问题

时间:2015-06-03 21:48:03      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:log4j   idea   

1.在eclipse中,把log4j.properties放在类路径下,在项目启动时就会自动加载。


2.在idea中,把log4j.properties放在类路径下,但是项目启动时不能直接加载(原因不明确,哎,这个让我纠结了一下午!!),要使用 PropertyConfigurator 来加载

static {
        PropertyConfigurator.configure(log4j.properties);

}

使用log4j日志-配置加载问题

标签:log4j   idea   

原文地址:http://blog.csdn.net/qpfjalzm123/article/details/46349411

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!