public class ThreadNameInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
format(Thread thread,
String formatString)
Format the thread name string.
|
public String format(Thread thread, String formatString)
%% - emit a percent sign%t - emit the per-factory thread sequence number%g - emit the global thread sequence number%f - emit the factory sequence number%p - emit the ":"-separated thread group path%i - emit the thread ID%G - emit the thread group name%n - emit the node name%c - emit the component namethread - the threadformatString - the format stringCopyright © 2021 JBoss by Red Hat. All rights reserved.