spring中加入log4j
时间:2014-04-23 17:02:53
收藏:0
阅读:603
spring中加入log4j
<context-param> <param-name>log4jConfigLocation</param-name> <param-value>classpath:log4j.properties</param-value> </context-param> <listener> <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> </listener>
原文:http://www.cnblogs.com/annie118/p/3682712.html
评论(0)
