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

xuchen.logback.console-appender.xml Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<included>
	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
		<encoder>
			<Pattern>%boldMagenta(%d{yyyy-MM-dd HH:mm:ss.SSS}) | %highlight(%-5level) | %cyan(${APP_NAME}) | %boldYellow(%t) | %boldGreen(%50.50c):%boldGreen(%-4.4line) | %msg%n
			</Pattern>
		</encoder>
	</appender>
</included>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy