cats.effect.tracing

Type members

Classlikes

sealed abstract class IOEvent
Companion
object
object IOEvent
Companion
class
final case class IOTrace(events: List[IOEvent], captured: Int, omitted: Int)
final case class PrintingOptions
Value Params
ignoreStackTraceLines

When showFullStackTraces is true, the number of stack trace elements to ignore from the start

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