ChristopherDavenport / log4cats-scribe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log4cats-scribe - Log4cats Scribe Integration Build Status Maven Central

Quick Start

To use log4cats-scribe 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:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "log4cats-scribe" % "<version>"
)

About

License:Apache License 2.0


Languages

Language:Scala 100.0%