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

id-webapp.0.9.7.1.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<configuration>

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <layout class="ch.qos.logback.classic.PatternLayout">
      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %-49.-49logger{50} - %msg%n</pattern>
    </layout>
  </appender>

  <root level="info">
    <appender-ref ref="STDOUT" />
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy