public interface NamedContextSelector extends ContextSelector
DEFAULT_STOP_TIMEOUT
Modifier and Type | Method and Description |
---|---|
LoggerContext |
locateContext(java.lang.String name,
java.lang.Object externalContext,
java.net.URI configLocation)
Locate the LoggerContext with the specified name.
|
LoggerContext |
removeContext(java.lang.String name)
Locate the LoggerContext with the specified name using the default configuration.
|
getContext, getContext, getLoggerContexts, hasContext, removeContext, shutdown
LoggerContext locateContext(java.lang.String name, java.lang.Object externalContext, java.net.URI configLocation)
name
- The LoggerContext name.externalContext
- The external context to associate with the LoggerContext.configLocation
- The location of the configuration.LoggerContext removeContext(java.lang.String name)
name
- The LoggerContext name.