printStackTrace

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

Since Kotlin

1.4

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

Since Kotlin

1.4

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

actual inline fun Throwable.printStackTrace()(source)

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

Since Kotlin

1.0
actual inline fun Throwable.printStackTrace()(source)

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

Note that the format of the output is not stable and may change in the future.

Since Kotlin

1.4

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

Since Kotlin

1.8

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

Since Kotlin

1.8