org.apache.geronimo.system.logging.log4j
Class URLConfigurator

java.lang.Object
  extended by org.apache.geronimo.system.logging.log4j.URLConfigurator
All Implemented Interfaces:
org.apache.log4j.spi.Configurator

public class URLConfigurator
extends Object
implements org.apache.log4j.spi.Configurator

Handles the details of configuring Log4j from a URL.


Field Summary
 
Fields inherited from interface org.apache.log4j.spi.Configurator
INHERITED, NULL
 
Constructor Summary
URLConfigurator()
           
 
Method Summary
static void configure(URL url)
           
 void doConfigure(URL url, org.apache.log4j.spi.LoggerRepository repo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLConfigurator

public URLConfigurator()
Method Detail

configure

public static void configure(URL url)

doConfigure

public void doConfigure(URL url,
                        org.apache.log4j.spi.LoggerRepository repo)
Specified by:
doConfigure in interface org.apache.log4j.spi.Configurator


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.