Initial naive pubsub impl generalising from current setup

This commit is contained in:
eikek
2021-11-02 00:41:16 +01:00
parent ae30a3890e
commit d483d9f176
18 changed files with 864 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<withJansi>true</withJansi>
<encoder>
<pattern>%highlight(%-5level) %cyan(%logger{15}) - %msg %n</pattern>
<pattern>%highlight(%-5level) [%t{10}] %cyan(%logger{15}) - %msg %n</pattern>
</encoder>
</appender>