Logger

org.typelevel.log4cats.Logger
See theLogger companion trait
object Logger

Attributes

Companion
trait
Source
Logger.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit ev: Logger[F]): Logger[F]

Attributes

Source
Logger.scala

Implicits

Implicits

implicit def eitherTLogger[F[_] : Functor, E]: Logger[[_] =>> EitherT[F, E, _$7]]

Attributes

Source
Logger.scala
implicit def kleisliLogger[F[_] : Logger, A]: Logger[[_] =>> Kleisli[F, A, _$9]]

Attributes

Source
Logger.scala
implicit def optionTLogger[F[_] : Functor]: Logger[[_] =>> OptionT[F, _$5]]

Attributes

Source
Logger.scala