PrintingOptions

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withIgnoreStackTraceLines(ignoreStackTraceLines: Int): PrintingOptions
def withMaxStackTraceLines(maxStackTraceLines: Int): PrintingOptions

Inherited methods

Inherited from:
Product