org.pdfbox.util
Class SimpleConfigurator

java.lang.Object
  extended byorg.pdfbox.util.SimpleConfigurator
All Implemented Interfaces:
org.apache.log4j.spi.Configurator

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

Log4J configurator.

Version:
$Revision: 1.2 $
Author:
Robert Dickinson (bob@brutesquadlabs.com)

Field Summary
 
Fields inherited from interface org.apache.log4j.spi.Configurator
INHERITED, NULL
 
Constructor Summary
SimpleConfigurator()
          Constructor.
 
Method Summary
 void doConfigure(URL url, org.apache.log4j.spi.LoggerRepository repository)
          Interpret a resource pointed to by a URL and set up log4J accordingly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConfigurator

public SimpleConfigurator()
Constructor.

Method Detail

doConfigure

public void doConfigure(URL url,
                        org.apache.log4j.spi.LoggerRepository repository)
Interpret a resource pointed to by a URL and set up log4J accordingly. The configuration is done relative to the heirarchy parameter.

Specified by:
doConfigure in interface org.apache.log4j.spi.Configurator
Parameters:
url - The URL to parse
repository - The heirarchy to operate upon