printStackTrace
fun Throwable.printStackTrace(writer: PrintWriter)
Prints the stack trace of this throwable to the specified writer.
fun Throwable.printStackTrace(stream: PrintStream)
Prints the stack trace of this throwable to the specified stream.