Class Slf4jConfigurationFactory
java.lang.Object
org.apache.maven.cling.logging.Slf4jConfigurationFactory
Slf4jConfiguration factory, loading implementations from 
META-INF/maven/slf4j-configuration.properties
 configuration files in class loader: key is the class name of the ILoggerFactory, value is the class name of
 the corresponding Slf4jConfiguration.- Since:
- 3.1.0
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Slf4jConfigurationgetConfiguration(org.slf4j.ILoggerFactory loggerFactory) 
- 
Field Details- 
RESOURCE- See Also:
 
 
- 
- 
Constructor Details- 
Slf4jConfigurationFactorypublic Slf4jConfigurationFactory()
 
- 
- 
Method Details- 
getConfiguration
 
-