public class Log4JLevelValidator extends Object implements com.beust.jcommander.IParameterValidator
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
LOG4J_LEVELS |
| Constructor and Description |
|---|
Log4JLevelValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String name,
String value)
Validates a string as a valid Log4J logging level.
|
Copyright © 2020. All rights reserved.