Package org.apache.maven.cli.logging
Interface Slf4jConfiguration
-
- All Known Implementing Classes:
BaseSlf4jConfiguration,Log4j2Configuration,LogbackConfiguration,Slf4jSimpleConfiguration,UnsupportedSlf4jBindingConfiguration
public interface Slf4jConfigurationInterface for configuration operations on loggers, which are not available in slf4j, then require per-slf4f-binding implementation.- Since:
- 3.1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSlf4jConfiguration.LevelLevel
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()Activate logging implementation configuration (if necessary).voidsetRootLoggerLevel(Slf4jConfiguration.Level level)Set root logging level.
-
-
-
Method Detail
-
setRootLoggerLevel
void setRootLoggerLevel(Slf4jConfiguration.Level level)
Set root logging level.- Parameters:
level- the level
-
activate
void activate()
Activate logging implementation configuration (if necessary).
-
-