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

er.elderscrolls-legends-sdk-java.1.1.2.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.1.7
Show newest version
<configuration>
    <!--<statusListener class="ch.qos.logback.core.status.NopStatusListener" />-->
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <pattern>%msg%n</pattern>
        </encoder>
    </appender>

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy