ErrorLogger

org.typelevel.log4cats.ErrorLogger
See theErrorLogger companion object
trait ErrorLogger[F[_]]

Attributes

Companion
object
Source
ErrorLogger.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def debug(t: Throwable)(message: => String): F[Unit]

Attributes

Source
ErrorLogger.scala
def error(t: Throwable)(message: => String): F[Unit]

Attributes

Source
ErrorLogger.scala
def info(t: Throwable)(message: => String): F[Unit]

Attributes

Source
ErrorLogger.scala
def trace(t: Throwable)(message: => String): F[Unit]

Attributes

Source
ErrorLogger.scala
def warn(t: Throwable)(message: => String): F[Unit]

Attributes

Source
ErrorLogger.scala

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): ErrorLogger[G]

Attributes

Source
ErrorLogger.scala