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

edcom5-conversion.1.3.0.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.13.0
Show newest version
<configuration>

  <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} %-5level - %msg %marker%n</pattern>
    </encoder>
  </appender>

  <root level="${gedcom-log-level:-ERROR}">
    <appender-ref ref="STDOUT" />
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy