Skip to main content
Version: v1

Get LoggerF

Get LoggerF For Scalaz Effect

In build.sbt,

"io.kevinlee" %% "logger-f-scalaz-effect" % "1.20.0"

With SLF4J

To use logger-f with SLF4J, add the following logger

"io.kevinlee" %% "logger-f-slf4j" % "1.20.0"

With Log4j

To use logger-f with Log4j, add the following logger

"io.kevinlee" %% "logger-f-log4j" % "1.20.0"

With Log4s

To use logger-f with Log4s, add the following logger

"io.kevinlee" %% "logger-f-log4s" % "1.20.0"

With sbt Logging Util

You probably need logger-f for sbt plugin development.

"io.kevinlee" %% "logger-f-sbt-logging" % "1.20.0"

Log