ZTrace

final case class ZTrace(fiberId: Id, executionTrace: List[ZTraceElement], stackTrace: List[ZTraceElement], parentTrace: Option[ZTrace])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def parents: List[ZTrace]

Parent fiber traces flattened into a list.

Parent fiber traces flattened into a list.

NOTE: parentTrace fields are still populated for members of this list, despite that the next trace in the list is equivalent to parentTrace

def prettyPrint: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product