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

are.os.mlogger.core.0.14.source-code.log4j2.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<configuration status="WARN">
    <appenders>
        <Console name="Console" target="SYSTEM_OUT">
            <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
        </Console>
      
    </appenders>

    <loggers>     
        <root level="info">
            <appender-ref ref="Console" level="info"/>
        </root>    
    </loggers>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy