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

rosetta.com.regnosys.rosetta.profiling.9.19.0.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 9.18.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <!-- Send messages to System.out -->
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <!-- By default, encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder -->
        <encoder>
            <pattern>[%level] %msg%n</pattern>
        </encoder>
    </appender>

    <!-- By default, the level of the root level is set to DEBUG -->
    <root level="INFO">
        <appender-ref ref="STDOUT" />
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy