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

chapters.configuration.scan1.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8" ?> 

<configuration scan="true">

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> 
    <!-- encoders are assigned by default the type
         ch.qos.logback.classic.encoder.PatternLayoutEncoder -->
    <encoder>
      <pattern>%d [%thread] %-5level %logger{36} - %msg%n</pattern>
    </encoder>
  </appender>
  
  <root level="debug">
    <appender-ref ref="STDOUT" />
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy