jeremylong / jcs3-slf4j

Log adapter for use with JCS3 to bind to slf4j.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 100.0%