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

common.0.2.0.source-code.logback.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="1 minutes">

  <appender name="console" class="ch.qos.logback.core.ConsoleAppender">
    <layout class="ch.qos.logback.classic.PatternLayout">
      <encoder>
        <pattern>%d{YYYY-MM-dd HH:mm:ss.SSS} %logger{36} [ %-5level ] %msg%n</pattern>
      </encoder>
    </layout>
  </appender>

  <root level="DEBUG">
    <appender-ref ref="console" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy