public final class Threads extends Object
| Constructor and Description |
|---|
Threads() |
| Modifier and Type | Method and Description |
|---|---|
static ThreadFactory |
namedThreads(String pattern,
org.slf4j.Logger log)
Returns a thread factory that produces threads named according to the
supplied name pattern.
|
public static ThreadFactory namedThreads(String pattern, org.slf4j.Logger log)
pattern - name patternCopyright © 2013–2019. All rights reserved.