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

-client.5.0.0.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>   
<configuration>   
  <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">   
    <encoder  class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">   
      <pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} %level %msg%n</pattern>   
    </encoder >   
  </appender>   
  
  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
     <file>logs/zbus.log</file> 
     <encoder>
         <pattern>%d{yyyy/MM/dd HH:mm:ss.SSS} %level %msg%n</pattern> 
     </encoder>
  </appender>
 
  <root level="INFO">   
    <appender-ref ref="stdout" /> 
    <appender-ref ref="FILE" />   
  </root>   
</configuration> 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy