toggle menu
Spring Boot Kotlin API
3.5.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.logging
/
StackTracePrinter
Stack
Trace
Printer
@
FunctionalInterface
interface
StackTracePrinter
Interface that can be used to print the stack trace of a
Throwable
.
Author
Phillip Webb
Since
3.5.0
See also
Standard
Stack
Trace
Printer
Inheritors
StandardStackTracePrinter
Members
Functions
print
Stack
Trace
Link copied to clipboard
abstract
fun
printStackTrace
(
throwable
:
Throwable
,
out
:
Appendable
)
Prints a stack trace for the given
Throwable
.
print
Stack
Trace
To
String
Link copied to clipboard
open
fun
printStackTraceToString
(
throwable
:
Throwable
)
:
String
Return a
String
containing the printed stack trace for a given
Throwable
.