|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configurator
Implemented by classes capable of configuring log4j using a URL.
Field Summary | |
---|---|
static String |
INHERITED
Special level value signifying inherited behaviour. |
static String |
NULL
Special level signifying inherited behaviour, same as INHERITED . |
Method Summary | |
---|---|
void |
doConfigure(URL url,
LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly. |
Field Detail |
---|
static final String INHERITED
NULL
is a synonym.
static final String NULL
INHERITED
. The current value of this string constant is
null.
Method Detail |
---|
void doConfigure(URL url, LoggerRepository repository)
hierarchy
parameter.
url
- The URL to parserepository
- The hierarchy to operation upon.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |