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

chapters.layouts.highlighted.xml Maven / Gradle / Ivy

<configuration debug="true">
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <!-- On Windows machines setting withJansi to true enables ANSI
         color code interpretation by the Jansi library. This requires
         org.fusesource.jansi:jansi:1.8 on the class path.  Note that
         Unix-based operating systems such as Linux and Mac OS X
         support ANSI color codes by default.  codes.-->
    <withJansi>false</withJansi>
    <encoder>
      <pattern>%date [%thread] %highlight(%-5level) %cyan(%-15logger{15}) %X - %msg %n</pattern>
    </encoder>
  </appender>
  <root level="DEBUG">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy