LoggerFactory

@implicitNotFound("\nImplicit not found for LoggerFactory[${F}].\nLearn about LoggerFactory at https://typelevel.org/log4cats/#logging-using-capabilities\n")
trait LoggerFactory[F[_]] extends LoggerFactoryGen[F]
Companion:
object
Source:
LoggerFactory.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G])(implicit F: Functor[F]): LoggerFactory[G]

Inherited methods

def create(implicit name: LoggerName): F[LoggerType]
def fromClass(clazz: Class[_]): F[LoggerType]
def getLogger(implicit name: LoggerName): LoggerType