LoggerFactory

org.typelevel.log4cats.LoggerFactory
See theLoggerFactory companion trait
object LoggerFactory

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
LoggerFactory.scala

Inherited methods

def create[F[_]](implicit lf: LoggerFactoryGen[F], name: LoggerName): F[lf.LoggerType]

Attributes

Inherited from:
LoggerFactoryGenCompanion (hidden)
Source
LoggerFactoryGen.scala
def fromClass[F[_]](clazz: Class[_])(implicit lf: LoggerFactoryGen[F]): F[lf.LoggerType]

Attributes

Inherited from:
LoggerFactoryGenCompanion (hidden)
Source
LoggerFactoryGen.scala
def fromName[F[_]](name: String)(implicit lf: LoggerFactoryGen[F]): F[lf.LoggerType]

Attributes

Inherited from:
LoggerFactoryGenCompanion (hidden)
Source
LoggerFactoryGen.scala
def getLogger[F[_]](implicit lf: LoggerFactoryGen[F], name: LoggerName): lf.LoggerType

Attributes

Inherited from:
LoggerFactoryGenCompanion (hidden)
Source
LoggerFactoryGen.scala
def getLoggerFromClass[F[_]](clazz: Class[_])(implicit lf: LoggerFactoryGen[F]): lf.LoggerType

Attributes

Inherited from:
LoggerFactoryGenCompanion (hidden)
Source
LoggerFactoryGen.scala
def getLoggerFromName[F[_]](name: String)(implicit lf: LoggerFactoryGen[F]): lf.LoggerType

Attributes

Inherited from:
LoggerFactoryGenCompanion (hidden)
Source
LoggerFactoryGen.scala

Implicits

Implicits

implicit def eitherTFactory[F[_] : Functor, E]: LoggerFactory[[_] =>> EitherT[F, E, _$7]]

Attributes

Source
LoggerFactory.scala
implicit def kleisliFactory[F[_] : Functor, A]: LoggerFactory[[_] =>> Kleisli[F, A, _$9]]

Attributes

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

Attributes

Source
LoggerFactory.scala