Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christopherdavenport/log4cats-log4s


https://github.com/christopherdavenport/log4cats-log4s

Last synced: about 1 month ago
JSON representation

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" % ""
)
```