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

.mill.taskreadertool.2.0.4.source-code.logback.xml Maven / Gradle / Ivy

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

<configuration>

  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%-6p %d{yyyy/MM/dd HH:mm:ss} [%t] \(%F:%L\) [%M\(\)] - %m%n</pattern>
    </encoder>
  </appender>

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

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy