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

en.plugins.tools-maven-plugin.1.0.20.source-code.logback-blue.xml Maven / Gradle / Ivy

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

    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%blue([%-5level] %-80c{80} %msg%n)</pattern>
        </encoder>
    </appender>

    <root level="debug">
        <appender-ref ref="STDOUT"/>
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy