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

conf.logging.logback-colour.xml Maven / Gradle / Ivy

<configuration>
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <withJansi>true</withJansi>
    <encoder>
      <!--
       |
       | If you wish to customize the coloured output you can refer 
       | to http://logback.qos.ch/manual/layouts.html#coloring
       |
       -->
      <pattern>%highlight([%replace(%level){'WARN','WARNING'}]) %black(%msg) %n</pattern>      
    </encoder>
  </appender>
  <logger name="Sisu" level="INFO"/>
  <root level="INFO">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy