org.apache.maven.cli.logging
Class Slf4jConfigurationFactory

java.lang.Object
  extended by org.apache.maven.cli.logging.Slf4jConfigurationFactory

public class Slf4jConfigurationFactory
extends Object

Slf4jConfiguration factory, loading implementations from META-INF/maven/slf4j-configuration.properties configuration files in class loader.

Author:
Hervé Boutemy

Field Summary
static String RESOURCE
           
 
Constructor Summary
Slf4jConfigurationFactory()
           
 
Method Summary
static Slf4jConfiguration getConfiguration(org.slf4j.ILoggerFactory loggerFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

Slf4jConfigurationFactory

public Slf4jConfigurationFactory()
Method Detail

getConfiguration

public static Slf4jConfiguration getConfiguration(org.slf4j.ILoggerFactory loggerFactory)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.