|
Log4j 1.2.15 | |||||||||
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 java.lang.String |
INHERITED
Special level value signifying inherited behaviour. |
static java.lang.String |
NULL
Special level signifying inherited behaviour, same as INHERITED . |
Method Summary | |
---|---|
void |
doConfigure(java.net.URL url,
LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly. |
Field Detail |
---|
static final java.lang.String INHERITED
NULL
is a synonym.
static final java.lang.String NULL
INHERITED
. The current value of this string constant is
null.
Method Detail |
---|
void doConfigure(java.net.URL url, LoggerRepository repository)
hierarchy
parameter.
url
- The URL to parserepository
- The hierarchy to operation upon.
|
Log4j 1.2.15 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |