public interface ThreadInformation
| Modifier and Type | Method and Description |
|---|---|
void |
printStack(StringBuilder sb,
StackTraceElement[] trace)
Formats the stack trace into the provided StringBuilder.
|
void |
printThreadInfo(StringBuilder sb)
Formats the thread information into the provided StringBuilder.
|
void printThreadInfo(StringBuilder sb)
sb - The StringBuilder.void printStack(StringBuilder sb, StackTraceElement[] trace)
sb - The StringBuilder.trace - The stack trace element array to format.Copyright © 2021 JBoss by Red Hat. All rights reserved.