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

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

public class URLConfigurator
extends Object
implements 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, 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,
                        LoggerRepository repo)
Specified by:
doConfigure in interface Configurator


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.