Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherdavenport/log4cats-log4s
https://github.com/christopherdavenport/log4cats-log4s
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/christopherdavenport/log4cats-log4s
- Owner: ChristopherDavenport
- License: apache-2.0
- Created: 2019-05-03T01:38:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T19:50:58.000Z (over 5 years ago)
- Last Synced: 2023-07-07T20:08:18.065Z (over 1 year ago)
- Language: Scala
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# log4cats-log4s - Log4cats Log4s Integration [![Build Status](https://travis-ci.com/ChristopherDavenport/log4cats-log4s.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/log4cats-log4s) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/log4cats-log4s_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/log4cats-log4s_2.12)
## [Head on over to the microsite](https://ChristopherDavenport.github.io/log4cats-log4s)
## Quick Start
To use log4cats-log4s in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "log4cats-log4s" % ""
)
```