org.apache.avalon.excalibur.logger
Class Log4JConfLoggerManager

java.lang.Object
  |
  +--org.apache.avalon.excalibur.logger.Log4JLoggerManager
        |
        +--org.apache.avalon.excalibur.logger.Log4JConfLoggerManager
All Implemented Interfaces:
Configurable, LogEnabled, LoggerManager

public class Log4JConfLoggerManager
extends Log4JLoggerManager
implements Configurable

A LoggerManager for Log4j that will configure the Log4j subsystem using specified configuration.

Version:
$Revision: 1.3 $ $Date: 2003/02/25 16:28:24 $
Author:
Ole Bulbuk

Field Summary
 
Fields inherited from interface org.apache.avalon.excalibur.logger.LoggerManager
ROLE
 
Constructor Summary
Log4JConfLoggerManager()
           
 
Method Summary
 void configure(Configuration configuration)
           
 
Methods inherited from class org.apache.avalon.excalibur.logger.Log4JLoggerManager
enableLogging, getDefaultLogger, getLoggerForCategory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4JConfLoggerManager

public Log4JConfLoggerManager()
Method Detail

configure

public void configure(Configuration configuration)
               throws ConfigurationException
Specified by:
configure in interface Configurable
ConfigurationException


Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.