IOTrace

final case class IOTrace(events: List[IOEvent], captured: Int, omitted: Int)

All Credits to https://github.com/typelevel/cats-effect and https://github.com/RaasAhsan

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def printFiberTrace(options: PrintingOptions): UIO[Unit]
def showFiberTrace(options: PrintingOptions): String

Inherited methods

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