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

ommunity.migration.backend-diagram-converter-cli.0.6.1.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
<configuration>
  <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
    <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
      <pattern>%highlight(%msg) %n</pattern>
    </encoder>
  </appender>
  <root level="OFF">
    <appender-ref ref="CONSOLE"/>
  </root>
  <logger name="cli" level="info"/>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy