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

eon.javautils-dao.0.1.15.source-code.logback.xml Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
      <encoder charset="UTF-8">
          <pattern>prod-env-%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line - %msg%n</pattern>
      </encoder>
  </appender>  
 
  <root level="DEBUG">
    <appender-ref ref="stdout" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy