ErrorLogger

harness.zio.ErrorLogger$
See theErrorLogger companion class
object ErrorLogger

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class Builder[E]

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[E](implicit errorLogger: ErrorLogger[E]): ErrorLogger[E]
def make[E](convert: E => (LogLevel, String)): ErrorLogger[E]
def withGetMessage[E <: Throwable]: Builder[E]
def withJsonPrettyShow[E](using evidence$2: JsonEncoder[E]): Builder[E]
def withJsonShow[E](using evidence$1: JsonEncoder[E]): Builder[E]
def withShow[E](f: E => String): Builder[E]
def withToString[E]: Builder[E]

Implicits

Implicits

implicit val nothingErrorLogger: ErrorLogger[Nothing]