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

iojava-structure.7.1.2.source-code.log4j2.xml Maven / Gradle / Ivy

There is a newer version: 7.1.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration status="WARN">
	<appenders>
		<Console name="Console" target="SYSTEM_ERR">
			<PatternLayout pattern="%d{HH:mm:ss} [%t] %-5level %logger{36} - %msg%n"/>
		</Console>
	</appenders>
	<loggers>
		<root level="warn">
			<appender-ref ref="Console"/>
		</root>
	</loggers>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy