|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationLoader
Loads the logging system configuration from an external source.
Method Summary | |
---|---|
void |
configureFrom(InputStream source)
Configures the logging system from the data contained in the source stream. |
void |
configureFromMultipleSources(Collection<InputStream> sources)
Configures the logging system from multiple sources. |
void |
configureFromMultipleSources(InputStream... sources)
Configures the logging system from multiple sources. |
Method Detail |
---|
void configureFrom(InputStream source)
source
- The source for the configuration data. Depending on the implementation this might
be a file, url, etc.void configureFromMultipleSources(InputStream... sources)
sources
- An array containing the various sources to be used during configuration.configureFrom(InputStream)
void configureFromMultipleSources(Collection<InputStream> sources)
sources
- A collection containing the various sources to be used during configuration.configureFrom(InputStream)
,
Collection.iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |