如何在grails应用程序中引用tomcat / conf中保存的外部log4j.xml文件

时间:2012-09-06 16:46:41

标签: spring grails

我正在尝试在grails应用程序中引用保存在log4j.xml中的外部tomcat/conf文件,并尝试使用以下命令加载它:

Log4jConfigurer(org.springframework.beans.factory.config.MethodInvokingFactoryBean) {
                targetClass = "org.springframework.util.Log4jConfigurer"
                targetMethod = "initLogging"
                arguments = ["file:"+fileName]          
                }

0 个答案:

没有答案