Class StandardStackTracePrinter

java.lang.Object
org.springframework.boot.logging.StandardStackTracePrinter
All Implemented Interfaces:
StackTracePrinter

public final class StandardStackTracePrinter extends Object implements StackTracePrinter
StackTracePrinter that prints a standard form stack trace. This printer produces a result in a similar form to Throwable.printStackTrace(), but offers more customization options.
Since:
3.5.0
Author:
Phillip Webb