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

.eforms.eforms-sdk-analyzer.1.13.0.source-code.logback.xml Maven / Gradle / Ivy

Go to download

The eForms SDK Analyzer is a command-line application for the static analysis of the content of the eForms SDK. It loads the files from the eForms SDK, and applies various checks and verifications, to try to ensure that their content is correct and consistent.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false" scan="true"
  scanPeriod="30 seconds">
  <appender name="STDOUT"
    class="ch.qos.logback.core.ConsoleAppender">
    <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder 
      by default -->
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
      </pattern>
    </encoder>
  </appender>

  <logger name="org.reflections" level="ERROR" />
  <logger name="org.drools" level="ERROR" />

  <root level="WARN">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy