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(InputStream inputStream,
LoggerRepository repository)
Interpret a resource pointed by a InputStream and set up log4j accordingly.
|
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(InputStream inputStream, LoggerRepository repository)
The configuration is done relative to the hierarchy
parameter.
inputStream
- The InputStream to parserepository
- The hierarchy to operation upon.void doConfigure(URL url, LoggerRepository repository)
The configuration is done relative to the hierarchy
parameter.
url
- The URL to parserepository
- The hierarchy to operation upon.Copyright © 1999–2023 QOS.CH Sarl (Switzerland). All rights reserved.