Skip to content

Commit 3f64141

Browse files
authored
Merge pull request #464 from kevin-lee/task/463/more-info-to-Log
Close #463 - Add more information for @implicitNotFound on Log
2 parents 67163e7 + 17e9f98 commit 3f64141

File tree

1 file changed

+12
-0
lines changed
  • modules/logger-f-core/shared/src/main/scala-2/loggerf/core

1 file changed

+12
-0
lines changed

modules/logger-f-core/shared/src/main/scala-2/loggerf/core/Log.scala

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ import scala.annotation.implicitNotFound
1717
---
1818
import loggerf.instances.cats._
1919
---
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+
2032
"""
2133
)
2234
trait Log[F[*]] {

0 commit comments

Comments
 (0)