org.apache.avalon.phoenix.components.logger
Class SimpleLogKitManager

java.lang.Object
  |
  +--AbstractLogEnabled
        |
        +--org.apache.avalon.phoenix.components.logger.SimpleLogKitManager

public class SimpleLogKitManager
extends AbstractLogEnabled

A LoggerManager that supports the old <logs version="1.0"/> style logging configuration.

Author:
Eung-ju Park, Peter Donald
See Also:
Serialized Form

Constructor Summary
SimpleLogKitManager()
           
 
Method Summary
 void configure(Configuration configuration)
           
 void contextualize(Context context)
           
 org.apache.avalon.framework.logger.Logger getDefaultLogger()
           
 org.apache.avalon.framework.logger.Logger getLoggerForCategory(java.lang.String categoryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLogKitManager

public SimpleLogKitManager()
Method Detail

contextualize

public void contextualize(Context context)
                   throws ContextException
ContextException

configure

public void configure(Configuration configuration)
               throws ConfigurationException
ConfigurationException

getLoggerForCategory

public org.apache.avalon.framework.logger.Logger getLoggerForCategory(java.lang.String categoryName)

getDefaultLogger

public org.apache.avalon.framework.logger.Logger getDefaultLogger()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.