类 StandardStackTracePrinter

java.lang.Object
org.springframework.boot.logging.StandardStackTracePrinter
所有已实现的接口:
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.
从以下版本开始:
3.5.0
作者:
Phillip Webb