org.typelevel.log4cats.extras

Type members

Classlikes

sealed trait LogLevel
Companion
object
object LogLevel
Companion
class
final case class LogMessage(level: LogLevel, t: Option[Throwable], message: String)
Companion
object
object LogMessage
Companion
class
object Translate

Allows for mapK or algebraic higher kinded transformations

Allows for mapK or algebraic higher kinded transformations

object WriterLogger

Running the WriterT instance will yield a value of type F[(G[LogMessage], A)]. As a result, the logged messages can be materialized if and only F succeeds.

WARNING READ BEFORE USAGE! <<< This logger will NOT log anything if F fails!

Running the WriterT instance will yield a value of type F[(G[LogMessage], A)]. As a result, the logged messages can be materialized if and only F succeeds.