Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 813 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 813 Bytes

slf4j-klogging

The code for this library is now here and this repository is archived

A simple SLF4J binding to use with Klogging.

For more details, please see the Klogging SLF4J documentation and using Klogging with Spring Boot via SLF4J.

Quick start

Specify this library as the dependency. Gradle:

    implementation("io.klogging:slf4j-klogging:0.5.0")

Maven:

<dependencies>
    <dependency>
        <groupId>io.klogging</groupId>
        <artifactId>slf4j-klogging</artifactId>
        <version>0.5.0</version>
    </dependency>
</dependencies>

This binding does not currently support Markers.