| Package | Description |
|---|---|
| org.apache.maven.cli.logging | |
| org.apache.maven.cli.logging.impl |
| Modifier and Type | Method | Description |
|---|---|---|
static Slf4jConfiguration.Level |
Slf4jConfiguration.Level.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Slf4jConfiguration.Level[] |
Slf4jConfiguration.Level.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseSlf4jConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) |
|
void |
Slf4jConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) |
Set root logging level.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Log4j2Configuration.setRootLoggerLevel(Slf4jConfiguration.Level level) |
|
void |
LogbackConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) |
|
void |
Slf4jSimpleConfiguration.setRootLoggerLevel(Slf4jConfiguration.Level level) |