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

brespot.librespot-api.1.5.3.source-code.log4j2.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <Appenders>
        <Console name="console" target="SYSTEM_OUT">
            <PatternLayout pattern="%d %-5p %c{1}:%L - %m%n"/>
        </Console>
    </Appenders>
    <Loggers>
        <AsyncRoot level="trace" additivity="false" includeLocation="true">
            <AppenderRef ref="console"/>
        </AsyncRoot>
        <Logger name="io.undertow" level="warn"/>
        <Logger name="org.jboss" level="warn"/>
        <Logger name="org.xnio" level="warn"/>
    </Loggers>
</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy