https://github.com/elf4j/slf4j-elf4j
An adapter to use elf4j-engine as runtime logging service provider for SLF4J API
https://github.com/elf4j/slf4j-elf4j
asynchronous-logger asynchronous-programming elf4j elf4j-engine java java-asynchronous-logging java-logging java-logging-facade java-logging-framework json json-asynchronous-logger json-logger slf4j slf4j-api slf4j-binding
Last synced: 3 days ago
JSON representation
An adapter to use elf4j-engine as runtime logging service provider for SLF4J API
- Host: GitHub
- URL: https://github.com/elf4j/slf4j-elf4j
- Owner: elf4j
- License: mit
- Created: 2023-03-10T17:09:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T19:33:05.000Z (over 1 year ago)
- Last Synced: 2024-05-07T18:05:54.649Z (over 1 year ago)
- Topics: asynchronous-logger, asynchronous-programming, elf4j, elf4j-engine, java, java-asynchronous-logging, java-logging, java-logging-facade, java-logging-framework, json, json-asynchronous-logger, json-logger, slf4j, slf4j-api, slf4j-binding
- Language: Java
- Homepage: https://elf4j.github.io/slf4j-elf4j/
- Size: 114 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slf4j-elf4j
An adapter to use [elf4j-engine](https://github.com/elf4j/elf4j-engine) as the runtime logging engine
of [SLF4J](https://www.slf4j.org/).
## User Story
As an [SLF4J](https://www.slf4j.org/) logging API user, I want to opt to
use [elf4j-engine](https://github.com/elf4j/elf4j-engine) as the runtime logging engine.
## Prerequisite
* Java 8 or better
## Get It...
[](https://search.maven.org/search?q=g:%22io.github.elf4j%22%20AND%20a:%22slf4j-elf4j%22)
## Use It...
Similar to other SLF4J compatible implementations, code against the SLF4J API, and install this as a runtime-scope
dependency in Maven or other build tools alike:
```html
...
org.slf4j
slf4j-api
compile
io.github.elf4j
slf4j-elf4j
runtime
...
```
The usual elf4j-engine [configuration](https://github.com/elf4j/elf4j-provider#configuration) applies.