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

.recorder.2.0-alpha.source-code.log4j2.xml Maven / Gradle / Ivy

There is a newer version: 2.0-release
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
	<Properties>
		<Property name="logPattern">[%p %d{yyyy-MM-dd HH:mm:ss}][%c{1}%L]%m%n
		</Property>
	</Properties>
	<Appenders>
		<!-- 控制台 -->
		<Console name="console" target="SYSTEM_OUT">
			<PatternLayout pattern="${logPattern}" />
		</Console>
	</Appenders>

	<Loggers>
		<Root level="info">
			<AppenderRef ref="console" />
		</Root>
	</Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy