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

htguy.symspell-console.6.6.84.source-code.log4j2.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8" ?>
<Configuration monitorInterval="60">
  <Appenders>
    <Console name="console-appender" target="SYSTEM_OUT">
      <PatternLayout pattern="[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n"/>
    </Console>
  </Appenders>
  <Loggers>
    <Root level="info">
      <AppenderRef ref="console-appender"/>
    </Root>
  </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy