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

c-java.kernel.cdc-kernel-demos.0.51.2.source-code.log4j2.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!-- <configuration status="warn" xsi:noNamespaceSchemaLocation="Log4j-V2.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> -->
<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" />
      </root>
   </loggers>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy