Initial API

This commit is contained in:
2025-04-21 11:27:13 +02:00
commit 5f91256c31
23 changed files with 1317 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<configuration>
<appender name="APPENDER" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{YYYY-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="trace">
<appender-ref ref="APPENDER"/>
</root>
</configuration>