Skip to content

Commit

Permalink
Merge pull request #464 from kevin-lee/task/463/more-info-to-Log
Browse files Browse the repository at this point in the history
Close #463 - Add more information for @implicitNotFound on Log
  • Loading branch information
kevin-lee authored Jul 29, 2023
2 parents 67163e7 + 17e9f98 commit 3f64141
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 3f64141

Please sign in to comment.