org.codehaus.plexus.logging
Interface LoggerManager

All Known Implementing Classes:
AbstractLoggerManager, ConsoleLoggerManager

public interface LoggerManager


Method Summary
 void configure(PlexusConfiguration configuration)
           
 Logger getLogger(java.lang.String name)
           
 Logger getRootLogger()
           
 void initialize()
           
 void start()
           
 void stop()
           
 

Method Detail

getRootLogger

public Logger getRootLogger()

getLogger

public Logger getLogger(java.lang.String name)

configure

public void configure(PlexusConfiguration configuration)
               throws PlexusConfigurationException
Throws:
PlexusConfigurationException

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception