update code sample to use up-to-date functions and code conventions

This commit is contained in:
Oliver Eggert
2026-04-18 13:53:00 -07:00
parent 1241a33a5d
commit 583b169680
2 changed files with 107 additions and 64 deletions

View File

@@ -4,7 +4,7 @@
<configuration>
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -- %msg%n</pattern>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>