An open API service indexing awesome lists of open source software.

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

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...

[![Maven Central](https://img.shields.io/maven-central/v/io.github.elf4j/slf4j-elf4j.svg?label=Maven%20Central)](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.