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

hanghong.kotlins.2.3.0.3.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="utf-8"?>

<configuration scan="false">
	<property name="format" value="%d{HH:mm:ss.SSS} [%thread] %-5level %c:%L- %msg%n" />

	<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
		<!-- encoder 默认配置为PatternLayoutEncoder -->
		<encoder>
			<pattern>${format}</pattern>
		</encoder>
	</appender>
	
	<root level="info">
		<appender-ref ref="STDOUT" />
	</root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy