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

are.resources.resources-images-tests.1.14.source-code.logback-test.xml Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2012-2014 Erwin Müller <[email protected]>

    This file is part of resources-images-tests.

    resources-images-tests is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by the
    Free Software Foundation, either version 3 of the License, or (at your
    option) any later version.

    resources-images-tests is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    details.

    You should have received a copy of the GNU Lesser General Public License
    along with resources-images-tests. If not, see <http://www.gnu.org/licenses/>.

-->
<configuration scan="true">

	<appender name="TESTING_STYLE" class="ch.qos.logback.core.ConsoleAppender">
		<target>System.err</target>
		<encoder>
			<pattern>[%level] %-4relative [%thread] %logger{0} - %msg%n%rEx{short}</pattern>
			<immediateFlush>false</immediateFlush>
		</encoder>
	</appender>

	<root level="ERROR">
		<appender-ref ref="TESTING_STYLE" />
	</root>

	<logger name="com.anrisoftware.resources" level="ALL" />

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy