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

modsdotgroovy.core.2.0.0-beta.21.source-code.log4j2.xml Maven / Gradle / Ivy

There is a newer version: 2.0.0-beta.30
Show newest version
<Configuration status="warn">
    <Appenders>
        <!-- Console appender configuration -->
        <Console name="console" target="SYSTEM_OUT">
            <PatternLayout
                    pattern="[%d{yyyy-MM-dd HH:mm:ss}] [%p] [%c{1}:%L] %m%n" />
        </Console>
    </Appenders>
    <Loggers>
        <!-- Root logger referring to console appender -->
        <Root level="info" additivity="false">
            <AppenderRef ref="console" />
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy