org.codehaus.plexus.logging
Class LoggerManagerFactory

java.lang.Object
  extended byorg.codehaus.plexus.factory.AbstractPlexusFactory
      extended byorg.codehaus.plexus.logging.LoggerManagerFactory

public class LoggerManagerFactory
extends AbstractPlexusFactory


Field Summary
private static java.lang.String IMPLEMENTATION_TAG
           
 
Constructor Summary
LoggerManagerFactory()
           
 
Method Summary
static LoggerManager create(PlexusConfiguration configuration, java.lang.ClassLoader classLoader)
           
 
Methods inherited from class org.codehaus.plexus.factory.AbstractPlexusFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPLEMENTATION_TAG

private static final java.lang.String IMPLEMENTATION_TAG
See Also:
Constant Field Values
Constructor Detail

LoggerManagerFactory

public LoggerManagerFactory()
Method Detail

create

public static LoggerManager create(PlexusConfiguration configuration,
                                   java.lang.ClassLoader classLoader)
                            throws java.lang.Exception
Throws:
java.lang.Exception