Package org.jboss.logmanager.formatters
Class StackTraceFormatter
java.lang.Object
org.jboss.logmanager.formatters.StackTraceFormatter
Formatter used to format the stack trace of an exception.
- Author:
- James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrenderStackTrace(StringBuilder builder, Throwable t, int suppressedDepth) Writes the stack trace into the builder.
-
Method Details
-
renderStackTrace
Writes the stack trace into the builder.- Parameters:
builder- the string builder ot append the stack trace tot- the throwable to rendersuppressedDepth- the number of suppressed messages to include
-