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

ti.wakamiti-launcher.2.6.2.source-code.log4j2.xml Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ This Source Code Form is subject to the terms of the Mozilla Public
  ~ License, v. 2.0. If a copy of the MPL was not distributed with this
  ~ file, You can obtain one at https://mozilla.org/MPL/2.0/.
  -->

<Configuration status="WARN">
    <Properties>
        <Property name="log4j.skipJansi">false</Property>
    </Properties>
    <Appenders>
        <Console name="Console" target="SYSTEM_OUT" follow="true">
            <PatternLayout pattern="%m%n"/>
        </Console>
    </Appenders>
    <Loggers>
        <Root level="info">
            <AppenderRef ref="Console"/>
        </Root>
        <Logger name="es.iti.wakamiti" level="info"/>
        <Logger name="es.iti.commons" level="info"/>
        <Logger name="org.eclipse" level="info"/>
        <Logger name="com.jayway" level="info" />
    </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy