Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julienvincent/jpl-timbre
- Owner: julienvincent
- License: mit
- Created: 2024-02-15T12:24:39.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-11T18:00:59.000Z (7 months ago)
- Last Synced: 2024-09-29T17:22:31.088Z (about 1 month ago)
- Topics: clojure, java, timbre
- Language: Clojure
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JPL-Timbre
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"}
```