Get LoggerF
Get LoggerF for Cats
In build.sbt
,
"io.kevinlee" %% "logger-f-cats" % "2.0.0-beta24"
With SLF4J
To use logger-f
with SLF4J, add the following logger
"io.kevinlee" %% "logger-f-slf4j" % "2.0.0-beta24"
With Log4j
To use logger-f
with Log4j, add the following logger
"io.kevinlee" %% "logger-f-log4j" % "2.0.0-beta24"
With Log4s
To use logger-f
with Log4s, add the following logger
"io.kevinlee" %% "logger-f-log4s" % "2.0.0-beta24"
With sbt Logging Util
You probably need logger-f
for sbt plugin development.
"io.kevinlee" %% "logger-f-sbt-logging" % "2.0.0-beta24"