![JAR search and dependency download from the Maven repository](/logo.png)
-client.5.0.0.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zbus-client Show documentation
Show all versions of zbus-client Show documentation
lightweight message queue, service bus
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