SLF4J provider for AppLog System.Logger
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-applog-slf4j</artifactId>
<version>1.0</version>
</dependency>
Add the above dependency into the classpath / module-path.
If using module-path additionally add a requires clause into module-info:
requires io.avaje.applog.slf4j;
This means that the System.Logger returned by AppLog.getLogger() uses
slf4j-api Logger
and all the log events are processed by slf4j-api.