读书人

Log4j 实时加载模式

发布时间: 2012-11-11 10:07:57 作者: rapoo

Log4j 实时加载方式

PropertyConfigurator.configureAndWatch("/WEB-INF/log4j.properties", 1000);


log4j自带有FileWatchdog功能:
?
?
? PropertyConfigurator.configureAndWatch("c://log4j.properties",60000);//每分钟检测一次文件是否被更改,如果更改,则自动重新读取配置。
?
? DOMConfigurator.configureAndWatch("c://log4j.properties",60000);//xml配置格式的。

读书人网 >编程

热点推荐