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

th-test-utils.1.0.16.source-code.logback-test.xml Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
<configuration>
    <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>"%-6level [%date{yyyy-MM-dd'T'HH:mm:ss.S,UTC}] [%t] %logger{5} - %X{code} %msg %n"</pattern>
        </encoder>
    </appender>

    <root level="info">
        <appender-ref ref="stdout"/>
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy