monix.eval.tracing

Type members

Classlikes

sealed abstract class CoevalEvent

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

Companion:
class
final case class CoevalTrace(events: List[CoevalEvent], captured: Int, omitted: Int)

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

final case class PrintingOptions
Value parameters:
ignoreStackTraceLines

When showFullStackTraces is true, the number of stack trace elements to ignore from the start All Credits to https://github.com/typelevel/cats-effect and https://github.com/RaasAhsan

maxStackTraceLines

When showFullStackTraces is true, the maximum number of stack trace elements to print

showFullStackTraces

Whether or not to show the entire stack trace

Companion:
object
Companion:
class
sealed abstract class TaskEvent

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

object TaskEvent
Companion:
class
final case class TaskTrace(events: List[TaskEvent], captured: Int, omitted: Int)

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