EncodedLogCause

oxygen.zio.logging.EncodedLogCause
See theEncodedLogCause companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Both(left: EncodedLogCause, right: EncodedLogCause) extends Combinator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Combinator
class Object
trait Matchable
class Any
Show all
sealed trait Combinator extends EncodedLogCause

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Both
class Then
final case class Die(error: Throwable, trace: StackTrace) extends Simple

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Simple
class Object
trait Matchable
class Any
Show all
final case class Fail(message: String, trace: StackTrace) extends Simple

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Simple
class Object
trait Matchable
class Any
Show all
final case class Interrupt(fiberId: FiberId, trace: StackTrace) extends Simple

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Simple
class Object
trait Matchable
class Any
Show all
sealed trait Simple extends EncodedLogCause

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Die
class Fail
class Interrupt
final case class Then(left: EncodedLogCause, right: EncodedLogCause) extends Combinator

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Combinator
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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 fromAnyCause(cause: Cause[Any], ignoreStackless: Boolean): Option[EncodedLogCause]
def fromCause[A](cause: Cause[A], ignoreStackless: Boolean, show: A => String): Option[EncodedLogCause]

Givens

Givens