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

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

public class SimpleLogKitManager

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

Author:
Eung-ju Park, Peter Donald

Constructor Summary
SimpleLogKitManager()
           
 
Method Summary
 void configure(Configuration configuration)
           
 void contextualize(Context context)
           
 Logger getDefaultLogger()
           
 Logger getLoggerForCategory(String categoryName)
           
 

Constructor Detail

SimpleLogKitManager

public SimpleLogKitManager()
Method Detail

contextualize

public void contextualize(Context context)
                   throws ContextException

configure

public void configure(Configuration configuration)
               throws ConfigurationException

getLoggerForCategory

public Logger getLoggerForCategory(String categoryName)

getDefaultLogger

public Logger getDefaultLogger()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.