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

chapters.appenders.countingConsole.xml Maven / Gradle / Ivy

There is a newer version: 1.3.0-alpha4
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>

<configuration>


  <appender name="CUSTOM" class="chapters.appenders.CountingConsoleAppender">
    <layout>
      <Pattern>%date [%thread] %-5level %logger - %msg%n</Pattern>
    </layout>
    <limit>5</limit>
  </appender>

  <root level="debug">
    <appender-ref ref="CUSTOM" />
  </root>  
</configuration>







© 2015 - 2024 Weber Informatics LLC | Privacy Policy