@groovy.transform.CompileStatic @SuppressWarnings(value: DuplicateNumberLiteral) final enum ExecutorLogLevel extends Enum<E<E>> implements Serializable
Log level that executor should operate at.
| Modifiers | Name | Description |
|---|---|---|
static ExecutorLogLevel |
DEBUG |
|
static ExecutorLogLevel |
ERROR |
|
static ExecutorLogLevel |
INFO |
|
static ExecutorLogLevel |
MAX_VALUE |
|
static ExecutorLogLevel |
MIN_VALUE |
|
static ExecutorLogLevel |
QUIET |
|
static ExecutorLogLevel |
WARN |
| Type | Name and description |
|---|---|
int |
level |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ExecutorLogLevel |
next() |
|
ExecutorLogLevel |
previous() |
|
static ExecutorLogLevel |
valueOf(String name) |
|
static final ExecutorLogLevel[] |
values() |