org.pdfbox.util
Class SimpleConfigurator
java.lang.Object
  
org.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)
 
 
| Fields inherited from interface org.apache.log4j.spi.Configurator | 
INHERITED, NULL | 
 
 
| 
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 | 
 
SimpleConfigurator
public SimpleConfigurator()
- Constructor.
 
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 parserepository - The heirarchy to operate upon