| Modifier and Type | Method and Description |
|---|---|
static AntLogLevel |
AntLogLevel.fromName(String name) |
static AntLogLevel |
AntLogLevel.fromName(String name,
AntLogLevel defaultLevel) |
AntLogLevel |
AntAction.getLogLevel()
Get Ant log priority level the action uses when logging.
|
static AntLogLevel |
AntLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AntLogLevel[] |
AntLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AntLogLevel |
AntLogLevel.fromName(String name,
AntLogLevel defaultLevel) |
void |
AntAction.setLogLevel(AntLogLevel logLevel)
Set Ant log priority level the action should use when logging.
|
Copyright © 2001–2025. All rights reserved.