Skip to content

jeremylong/jcs3-slf4j

Repository files navigation

jcs3-slf4j

A logging abstraction for JCS3 to bind JCS3 logging to slf4j. Useful when using JCS3 with an application that uses slf4j.

Add the jcs3-slf4j library to your JCS3 project and set:

-Djcs.logSystem=slf4j

Maven

<dependency>
    <groupId>io.github.jeremylong</groupId>
    <artifactId>jcs3-slf4j</artifactId>
    <version>1.0.5</version>
</dependency>

Gradle

implementation 'io.github.jeremylong:jcs3-slf4j:1.0.5'

About

Log adapter for use with JCS3 to bind to slf4j.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages