log4j

<bean id="log4jInitializer" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
    <property name="staticMethod">
        <value>org.springframework.util.Log4jConfigurer.initLogging</value>
    </property>
    <property name="arguments">
                      <list>
            <value>classpath:/resources/META-INF/spring/log4j.xml</value>
                            </list>
    </property>
</bean>

你可能感兴趣的:(log4j)