Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julienvincent/jpl-timbre

A Java Platform Logging bridge for Timbre
https://github.com/julienvincent/jpl-timbre

clojure java timbre

Last synced: about 1 month ago
JSON representation

A Java Platform Logging bridge for Timbre

Awesome Lists containing this project

README

        


JPL-Timbre




A Java Platform Logger
[JEP264] bridge to the Timbre
logging framework for Clojure.


This bridge allows you to reuse all of your existing Timbre config with libraries that integrate with the Java Platform
Logging API.

---

## Installation

[![Clojars Project](https://img.shields.io/clojars/v/io.julienvincent/jpl-timbre.svg)](https://clojars.org/io.julienvincent/jpl-timbre)

Add this dependency to your projects class-path and you will be good to go.

```clojure
io.julienvincent/jpl-timbre {:mvn/version "RELEASE"}
```