StackTracePrinter

Interface that can be used to print the stack trace of a Throwable.

Author

Phillip Webb

Since

3.5.0

See also

Inheritors

Functions

Link copied to clipboard
abstract fun printStackTrace(throwable: Throwable, out: Appendable)
Prints a stack trace for the given Throwable.
Link copied to clipboard
Return a String containing the printed stack trace for a given Throwable.