public interface Configurator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INHERITED
Special level value signifying inherited behaviour.
|
static java.lang.String |
NULL
Special level signifying inherited behaviour, same as
INHERITED . |
Modifier and Type | Method and Description |
---|---|
void |
doConfigure(java.net.URL url,
LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly.
|
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.void doConfigure(java.net.URL url, LoggerRepository repository)
hierarchy
parameter.url
- The URL to parserepository
- The hierarchy to operation upon."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"