Package org.apache.maven.cli.logging
Interface Slf4jConfiguration
- All Known Implementing Classes:
 BaseSlf4jConfiguration,Log4j2Configuration,LogbackConfiguration,Slf4jSimpleConfiguration,UnsupportedSlf4jBindingConfiguration
public interface Slf4jConfiguration
Interface 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 - 
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()Activate logging implementation configuration (if necessary).voidSet root logging level. 
- 
Method Details
- 
setRootLoggerLevel
Set root logging level.- Parameters:
 level- the level
 - 
activate
void activate()Activate logging implementation configuration (if necessary). 
 -