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

ertograham.fortnite-api-rest-client.5.0.3.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="false" scanPeriod="30 seconds">

    <property resource="logback.properties"/>

    <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator">
        <resetJUL>true</resetJUL>
    </contextListener>

    <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
        <withJansi>true</withJansi>
        <encoder>
            <pattern>
                [%d{yyyy-MM-dd HH:mm:ss.SSS}] [FortniteAPIRestClient] [${APP_VERSION}] [${HOSTNAME}][%thread] %highlight(%-5level) %logger{36}@%method:%line - %highlight(%msg)\n
            </pattern>
        </encoder>
    </appender>

    <root level="debug">
        <appender-ref ref="console"/>
    </root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy