All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brienwheeler.lib.jmx.logging.log4jMBeanExporter.xml Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
<beans
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
	>

	<bean id="com.brienwheeler.lib.jmx.logging.log4jMBeanExporter.PropertyPlaceholderConfigurer"
			class="com.brienwheeler.lib.spring.beans.PropertyPlaceholderConfigurer">
		<property name="placeholderOrder" value="LIBRARY"/>
		<property name="locations">
			<list>
				<value>classpath:com/brienwheeler/lib/jmx/logging/log4jMBeanExporter.properties</value>
			</list>
		</property>
	</bean>
	
	<bean id="com.brienwheeler.lib.jmx.logging.log4jMBeanExporter"
			class="com.brienwheeler.lib.jmx.logging.Log4jMBeanExporter">
		<property name="periodicity" value="${com.brienwheeler.lib.jmx.logging.log4jMBeanExporter.periodicity}"/>
		<property name="stopOnZero" value="${com.brienwheeler.lib.jmx.logging.log4jMBeanExporter.stopOnZero}"/>
	</bean>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy