printStackTrace

abstract fun printStackTrace(throwable: Throwable, out: Appendable)

Prints a stack trace for the given Throwable.

Parameters

throwable

the throwable that should have its stack trace printed

out

the destination to write output

Throws

on IO error