printStackTrace

Prints the detailed description of this throwable to the specified writer.

Since Kotlin

1.0

Prints the detailed description of this throwable to the specified stream.

Since Kotlin

1.0

expect inline fun Throwable.printStackTrace()(source)

Prints the detailed description of this throwable to the standard error output.

Since Kotlin

1.0