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

g_3.4.0.86.source-code.log4j2.xml Maven / Gradle / Ivy

There is a newer version: 4.0.80
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <Appenders>
        <Console name="STDOUT" target="SYSTEM_OUT">
            <PatternLayout pattern="[%-5p] %m%n" />
        </Console>
    </Appenders>
    <Loggers>
        <Root level="${env:SL_LOGGING_LEVEL:-info}">
            <AppenderRef ref="STDOUT"/>
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy