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

t.bouquet-core.4.2.0.source-code.logback-junit.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<configuration>

	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
		<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
			<level>info</level>
		</filter>
		<encoder>
			<pattern>%d %-5p [%c] %m%n</pattern>
		</encoder>
	</appender>

	<root level="info">
		<appender-ref ref="STDOUT" />
	</root>
	
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy