From d906048765ce23fb4116ce353d6f078852af807e Mon Sep 17 00:00:00 2001 From: q3769 Date: Sun, 19 Mar 2023 00:06:06 -0500 Subject: [PATCH] doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d47433..ec2253f 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ [![Maven Central](https://img.shields.io/maven-central/v/io.github.elf4j/elf4j-impl-core.svg?label=Maven%20Central)](https://central.sonatype.com/search?smo=true&q=pkg%253Amaven%252Fio.github.elf4j%252Felf4j-impl-core) -The Java portion of [elf4j-impl](https://github.com/elf4j/elf4j-impl), where this will be packaged via the +Java portion of the [elf4j-impl](https://github.com/elf4j/elf4j-impl), where this will be packaged via the Java [Service Provider Framework](https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html) mechanism to make a native logging service provider implementation of the [ELF4J](https://github.com/elf4j/) (Easy Logging Facade for -Java) SPI. See [elf4j-impl](https://github.com/elf4j/elf4j-impl) for description. +Java) SPI. See [elf4j-impl](https://github.com/elf4j/elf4j-impl) for descriptions. -Although directly implementing the [ELF4J](https://github.com/elf4j/elf4j) API, this is a stand-alone logging engine. It -is designed to be adaptable to service other logging API, for example, as +While directly implementing the [ELF4J](https://github.com/elf4j/elf4j) API, this is also a stand-alone Java logging +engine. It is designed to be adaptable to service other logging API, for example, as a [logging engine for SLF4J](https://github.com/elf4j/slf4j-elf4j). \ No newline at end of file