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

tinschneider.justtestlah-demos.1.5.source-code.logback.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<configuration>
  <contextListener class="io.github.martinschneider.justtestlah.log.LogApplicationInfoEnricher"/>
  <appender name="STDOUT"
    class="ch.qos.logback.core.ConsoleAppender">
    <!-- encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder 
      by default -->
    <encoder>
      <pattern>%cyan(${appInfo}) %cyan(%d{HH:mm:ss.SSS}) %highlight(%.-1level) %cyan(%C{0}:%M:%L) %highlight(%msg) %n
      </pattern>
    </encoder>
  </appender>

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

  <logger name="io.github.martinschneider.justtestlah" level="info" />
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy