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

preter.gwen.4.0.1.source-code.logback-verbose.xml Maven / Gradle / Ivy

The newest version!
<configuration>
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%-5level - %msg%n</pattern>
    </encoder>
  </appender>

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy