BaseSlf4jConfiguration, Log4j2Configuration, LogbackConfiguration, Slf4jSimpleConfiguration, UnsupportedSlf4jBindingConfigurationpublic interface Slf4jConfiguration
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Slf4jConfiguration.Level |
Level
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
activate() |
Activate logging implementation configuration (if necessary).
|
void |
setRootLoggerLevel(Slf4jConfiguration.Level level) |
Set root logging level.
|
void setRootLoggerLevel(Slf4jConfiguration.Level level)
level - the levelvoid activate()