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

pt.class-generator.0.3.0.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
<configuration>
	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
		<encoder>
			<pattern>%highlight( ::) %msg%n</pattern>
		</encoder>
	</appender>
	<root level="info">
		<appender-ref ref="STDOUT" />
	</root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy