FileDocCategorySizeDatePackage
Configurator.javaAPI DocApache log4j 1.2.151809Sat Aug 25 00:09:40 BST 2007org.apache.log4j.spi

Configurator

public interface Configurator
Implemented by classes capable of configuring log4j using a URL.
since
1.0
author
Anders Kristensen

Fields Summary
public static final String
INHERITED
Special level value signifying inherited behaviour. The current value of this string constant is inherited. {@link #NULL} is a synonym.
public static final String
NULL
Special level signifying inherited behaviour, same as {@link #INHERITED}. The current value of this string constant is null.
Constructors Summary
Methods Summary
public voiddoConfigure(java.net.URL url, org.apache.log4j.spi.LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly. The configuration is done relative to the hierarchy parameter.

param
url The URL to parse
param
repository The hierarchy to operation upon.