kotlin.printStackTrace
printStackTrace
inline fun Throwable.printStackTrace()
Platform and version requirements: JVM
Prints the stack trace of this throwable to the standard output.
inline fun Throwable.printStackTrace(writer: PrintWriter)
Platform and version requirements: JVM
Prints the stack trace of this throwable to the specified writer.
inline fun Throwab