Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Mar 19, 2023
1 parent 0d3bbf1 commit d906048
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit d906048

Please sign in to comment.