public interface ThreadInformation
Modifier and Type | Method and Description |
---|---|
void |
printStack(java.lang.StringBuilder sb,
java.lang.StackTraceElement[] trace)
Formats the stack trace into the provided StringBuilder.
|
void |
printThreadInfo(java.lang.StringBuilder sb)
Formats the thread information into the provided StringBuilder.
|
void printThreadInfo(java.lang.StringBuilder sb)
sb
- The StringBuilder.void printStack(java.lang.StringBuilder sb, java.lang.StackTraceElement[] trace)
sb
- The StringBuilder.trace
- The stack trace element array to format.