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

Simple SLF4J binding that directs log events to Klogging

License

Notifications You must be signed in to change notification settings

klogging/slf4j-klogging

Repository files navigation

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.

About

Simple SLF4J binding that directs log events to Klogging

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages