| Package | Description | 
|---|---|
| com.devexperts.logging | 
 Provides logging classes. 
 | 
| com.devexperts.util | 
 Provides general utility classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Logging | 
Logging.getLogging(Class<?> clazz)  | 
static Logging | 
Logging.getLogging(String name)  | 
| Constructor and Description | 
|---|
ExecutorProvider(int nThreads,
                String name,
                Logging log)
Creates executor provider that creates  
LoggedThreadPoolExecutor with a specified number of threads,
 a given name and log file when needed. | 
ExecutorProvider(String name,
                Logging log)
Creates executor provider that creates  
LoggedThreadPoolExecutor with a default number of threads
 with a given name and log file when needed. | 
LoggedThreadPoolExecutor(int corePoolSize,
                        String name,
                        Logging log)
Creates a new  
ScheduledThreadPoolExecutor with the
 given initial parameters. | 
Copyright © 2002–2025 Devexperts LLC. All rights reserved.