monix.bio.tracing

Type members

Classlikes

sealed abstract class IOEvent

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

object IOEvent
Companion
class
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

final case class PrintingOptions
Value Params
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