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

nes.pureharm-testkit_2.13.0.0.6-M7.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
<configuration>

    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%d{yyyy-MM-dd_HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger) - %mdc — %msg %n
            </pattern>
        </encoder>
    </appender>

    <root level="DEBUG">
        <appender-ref ref="CONSOLE"/>
    </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy