Skip to content

Commit 31d7d19

Browse files
committed
Add old log4cats
1 parent 936de54 commit 31d7d19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
//> using dep "com.lihaoyi::fansi:0.5.0"
55
//> using dep "org.typelevel::cats-core:2.12.0"
66
//> using dep "io.circe::circe-fs2:0.14.1"
7+
//> using dep "io.chrisdavenport::log4cats-slf4j:1.1.1"
78
//> using toolkit typelevel:0.1.29
89

10+
import io.chrisdavenport.log4cats.Logger
11+
import io.chrisdavenport.log4cats.slf4j.Slf4jLogger
12+
913
object Hello extends App {
1014
println("Hello World")
1115
}

0 commit comments

Comments
 (0)