PrintingOptions

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
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
def withShowFullStackTraces(showFullStackTraces: Boolean): PrintingOptions

Inherited methods

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