Skip to content

Commit

Permalink
Close #463 - Add more information for @implicitNotFound on Log
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jul 29, 2023
1 parent 67163e7 commit 17e9f98
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ import scala.annotation.implicitNotFound
---
import loggerf.instances.cats._
---
-----
If this doesn't solve, you probably need a CanLog instance.
To create it, please check out the following document.
https://logger-f.kevinly.dev/docs/cats/import#canlog-logger
-----
If it doesn't solve, it's probably because of missing an Fx[F] instance.
You can simply import the Fx[F] instance of your effect library.
Please check out the message of @implicitNotFound annotation on effectie.core.Fx.
"""
)
trait Log[F[*]] {
Expand Down

0 comments on commit 17e9f98

Please sign in to comment.