We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67163e7 + 17e9f98 commit 3f64141Copy full SHA for 3f64141
modules/logger-f-core/shared/src/main/scala-2/loggerf/core/Log.scala
@@ -17,6 +17,18 @@ import scala.annotation.implicitNotFound
17
---
18
import loggerf.instances.cats._
19
20
+ -----
21
+ If this doesn't solve, you probably need a CanLog instance.
22
+ To create it, please check out the following document.
23
+
24
+ https://logger-f.kevinly.dev/docs/cats/import#canlog-logger
25
26
27
+ If it doesn't solve, it's probably because of missing an Fx[F] instance.
28
29
+ You can simply import the Fx[F] instance of your effect library.
30
+ Please check out the message of @implicitNotFound annotation on effectie.core.Fx.
31
32
"""
33
)
34
trait Log[F[*]] {
0 commit comments