public interface Configurator
Modifier and Type | Field and Description |
---|---|
static String |
INHERITED
Special level value signifying inherited behaviour.
|
static String |
NULL
Special level signifying inherited behaviour, same as
INHERITED . |
Modifier and Type | Method and Description |
---|---|
void |
doConfigure(URL url,
LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly.
|
static final String INHERITED
NULL
is a synonym.static final String NULL
INHERITED
. The current value of this string constant is
null.void doConfigure(URL url, LoggerRepository repository)
hierarchy
parameter.url
- The URL to parserepository
- The hierarchy to operation upon.Copyright © 2005–2015 QOS.ch. All rights reserved.