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

bda.lambda-cform-stackset-instance.1.1.2.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.1.15
Show newest version
<?xml version="1.0" encoding="utf-8"?>
<!--
# This file is part of the pl.wrzasq.lambda.
#
# @license http://mit-license.org/ The MIT license
# @copyright 2019 - 2020 © by Rafał Wrzeszcz - Wrzasq.pl.
-->
<configuration scan="true">
    <!-- stdout output -->
    <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>[%thread] %-5level %logger - %msg%n%ex{full}</pattern>
        </encoder>
    </appender>

    <root>
        <level value="INFO"/>
        <appender-ref ref="CONSOLE"/>
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy