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

QuickWorkFlow.1.0.1.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
    <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
        <Target>System.out</Target>
        <encoder>
            <pattern>%d %-5level [%15thread] %c{40}:%L %m %n</pattern>
        </encoder>
    </appender>

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy