From 372ebb832354427328482c62be66395d1850cf2f Mon Sep 17 00:00:00 2001 From: q3769 Date: Tue, 21 Mar 2023 10:35:00 -0500 Subject: [PATCH] elf4j-impl-core version bump --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bb95e8..8c6a77a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # elf4j-impl -A native log service provider implementation of [ELF4J](https://github.com/elf4j/elf4j) (Easy Logging Facade for -Java), and a complete drop-in logging solution for any Java application +A native log service provider implementation of [ELF4J](https://github.com/elf4j/elf4j) (Easy Logging Facade for Java), +and a complete drop-in logging solution for any Java application ## User Story As an application developer using ELF4J for logging, I want to have the option of using a runtime log service -provider that natively implements the [API and SPI](https://github.com/elf4j/elf4j#service-interface-and-access-api) of ELF4J. +provider that natively implements the [API and SPI](https://github.com/elf4j/elf4j#service-interface-and-access-api) of +ELF4J. ## Prerequisite