Skip to content

Commit

Permalink
Update core/shared/src/main/scala/org/typelevel/log4cats/LoggerFactor…
Browse files Browse the repository at this point in the history
…y.scala

Co-authored-by: Daniel Esik <e.danicheg@yandex.ru>
  • Loading branch information
rossabaker and danicheg committed Jun 6, 2022
1 parent dad7efd commit e81ec79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import scala.annotation.implicitNotFound

@implicitNotFound("""
Implicit not found for LoggerFactory[${F}].
Information can be found here: https://log4cats.github.io/logging-capability.html
Learn about LoggerFactory at https://typelevel.org/log4cats/#logging-using-capabilities
""")
trait LoggerFactory[F[_]] extends LoggerFactoryGen[F] {
type LoggerType = SelfAwareStructuredLogger[F]
Expand Down

0 comments on commit e81ec79

Please sign in to comment.