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

e.the-fascinator.fascinator-core.1.0.6.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
    <layout class="ch.qos.logback.classic.PatternLayout">
      <Pattern>%d{ISO8601} %-6p %-20.20c{0} %m%n</Pattern>
    </layout>
  </appender>
  <root level="INFO">
    <appender-ref ref="stdout" />
  </root>
  <logger name="com.googlecode.fascinator" level="DEBUG" />
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy