An adapter to use elf4j-engine as the runtime log service provider of the Java 9 Platform Logging (System.Logger) API
As an application developer using the Java Platform Logging (JPL) API introduced since Java 9, I want to opt to use elf4j-engine as the runtime log service provider.
Java 9 or better
Code against the Java 9 System.Logger API, and install this as a runtime-scope dependency e.g. with Maven:
...
<dependency>
<groupId>io.github.elf4j</groupId>
<artifactId>jpl-elf4j</artifactId>
<scope>runtime</scope>
</dependency>
...
The usual elf4j-engine configuration applies.