chapters.configuration.includedConfig.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8" ?> <included> <appender name="includedConsole" class="ch.qos.logback.core.ConsoleAppender"> <!-- encoders are assigned by default the type ch.qos.logback.classic.encoder.PatternLayoutEncoder --> <encoder> <param name="Pattern" value="%d - %m%n" /> </encoder> </appender> </included>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy